Genius Manual | ||
---|---|---|
<<< Previous | List of GEL functions | Next >>> |
Average (m) |
Aliases: average Mean mean
Calculate average of an entire matrix.
See Mathworld for more information.
GaussDistribution (x,sigma) |
Integral of the GaussFunction from 0 to x
(area under the normal curve).
See Mathworld for more information.
GaussFunction (x,sigma) |
The normalized Gauss distribution function (the normal curve).
See Mathworld for more information.
Median (m) |
Aliases: median
Calculate median of an entire matrix.
See Mathworld for more information.
PopulationStandardDeviation (m) |
Aliases: stdevp
Calculate the population standard deviation of a whole matrix.
RowAverage (m) |
Aliases: RowMean
Calculate average of each row in a matrix.
See Mathworld for more information.
RowMedian (m) |
Calculate median of each row in a matrix and return a column vector of the medians.
See Mathworld for more information.
RowPopulationStandardDeviation (m) |
Aliases: rowstdevp
Calculate the population standard deviations of rows of a matrix and return a vertical vector.
RowStandardDeviation (m) |
Aliases: rowstdev
Calculate the standard deviations of rows of a matrix and return a vertical vector.
StandardDeviation (m) |
Aliases: stdev
Calculate the standard deviation of a whole matrix.
<<< Previous | Home | Next >>> |
Equation Solving | Up | Polynomials |