[mlpack-git] [mlpack/mlpack] Descriptive Statistics command-line program (#742)

Keon Kim notifications at github.com
Sun Aug 7 22:49:31 EDT 2016


> +    "assuming the dataset is the population. By default, the program will "
> +    "assume the dataset as a sample.", "P");
> +PARAM_FLAG("rowMajor", "If specified, the program will calculate statistics "
> +    "assuming the dataset is organized in row major. By default, the program "
> +    "will assume the dataset is a column major.", "r");
> +
> +/**
> +* Calculates the sum of deviations to the Nth Power.
> +*
> +* @param input Vector that captures a dimension of a dataset.
> +* @param rowMean Mean of the given vector.
> +* @param n Degree of power.
> +* @return sum of nth power deviations.
> +*/
> +double SumNthPowerDeviations(const arma::rowvec& input,
> +    const double& fMean,

updated

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/742/files/3dca3fbc3f121b11c32c53381dfa3ca3c4f79cab#r73816995
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160807/435712b2/attachment.html>


More information about the mlpack-git mailing list