|
| Vector | lucid::peaks (const Vector &x, const Vector &y) |
| | Peaks function defined over a pair of vectors.
|
| |
| Matrix | lucid::peaks (const Matrix &x, const Matrix &y) |
| | Peaks function defined over a pair of meshgrids.
|
| |
| Matrix | lucid::mvnrnd (const Vector &mu, const Matrix &sigma) |
| | The multivariate normal distribution is a generalization of the univariate normal distribution to two or more variables.
|
| |
| Matrix | lucid::combvec (ConstMatrixRef m) |
| | Given a matrix m treat each row vector as a separate matrix and return their combination using combvec.
|
| |
| Scalar | lucid::rms (ConstMatrixRef x) |
| | Calculate the root mean square of the elements of a vector.
|
| |
| Vector | lucid::normal_cdf (ConstVectorRef x, Scalar sigma_f, Scalar sigma_l) |
| | Compute the Cumulative distribution function (CDF) of the normal distribution at oll point listed in \( \texttip{x}{Element of the vector space} \).
|
| |