We should add an EmpiricalFitter which converts the full sample into an empirical distribution.
For now, the univariate case suffices (empirical per variable).
This is particularly simple - it simply wraps the data in an Empirical distribution. It is useful when used as a component, as a naive form of distribution fitting.
We should add an
EmpiricalFitterwhich converts the full sample into an empirical distribution.For now, the univariate case suffices (empirical per variable).
This is particularly simple - it simply wraps the data in an
Empiricaldistribution. It is useful when used as a component, as a naive form of distribution fitting.