EnglishFrenchSpanish

Ad


OnWorks favicon

gbfun - Online in the Cloud

Run gbfun in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gbfun that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gbfun - Apply functions to table of data

SYNOPSIS


gbfun [options] <function definition> ...

DESCRIPTION


Compute arbitrary colum-wise functions on data read from standard input. Variable 'xi'
stands for the i-th column while 'x0' stands for the row number, e.g. a function f(x1,x2)
operates on the first and secod column. With the option -t the function is computed, in
turn, on every column. In this case f(x1,x2) stands for a function of the column itself
and of the following column (the index being a lead operator). In these cases 'x' is
equivalent to 'x1'. With -r or -R the function is recursevely computed "columwise" on each
row. In this case the variable 'x' identifies the result of the previous evaluation. A lag
operator can be specified with the letter l, like in 'x1l2', which means the first column
two steps before. More functions can be specified and will be considered in turn.

OPTIONS


-t compute on each column

-r set initial value and compute recursively

-R set initial value, compute recursively and print intermediary results

-v verbose mode

-F specify the input fields separators (default " \t")

-o set the output format (default '%12.6e')

-s set the output separation string (default ' ')

-h this help

EXAMPLES


gbfun 'x0+log(x2)' file
print the log of the second column of 'file' adding the progressive number of the
row

gbfun -r 0 'x+sqrt(x1)' file
print the sum of the square root of the elements of the first column of 'file'

Use gbfun online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    deep-clean
    deep-clean
    A Kotlin script that nukes all build
    caches from Gradle/Android projects.
    Useful when Gradle or the IDE let you
    down. The script has been tested on
    macOS, but ...
    Download deep-clean
  • 2
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 3
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 4
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 5
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 6
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • More »

Linux commands

Ad