Report a bug
If you spot a problem with this page, click here to create a GitHub issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using a local clone.

mir.stat.descriptive

This package publicly imports mir.stat.descriptive.* modules.
Modules Description
mir.stat.descriptive.aliases Aliases for common functions
mir.stat.descriptive.multivariate Multivariate Descriptive statistics
mir.stat.descriptive.univariate Univariate Descriptive statistics
mir.stat.descriptive.weighted Descriptive statistics with weights
License:
Authors:
John Michael Hall, Ilya Yaroshenko
public import mir.stat.descriptive.aliases;
public import mir.stat.descriptive.multivariate;
public import mir.stat.descriptive.univariate;
public import mir.stat.descriptive.weighted;