EmpiricalDistribution Properties |
The EmpiricalDistribution type exposes the following members.
Name | Description | |
---|---|---|
Counts |
Gets the repetition counts associated with each sample. Note that
changing values on this array will not result int any effect in
this distribution. The distribution must be computed from scratch
with new values in case new weights needs to be used.
| |
Entropy |
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistributionEntropy.) | |
Length |
Gets the total number of samples in this distribution.
| |
Mean |
Gets the mean for this distribution.
(Overrides UnivariateContinuousDistributionMean.) | |
Median |
Gets the median for this distribution.
(Inherited from UnivariateContinuousDistribution.) | |
Mode |
Gets the mode for this distribution.
(Overrides UnivariateContinuousDistributionMode.) | |
Quartiles |
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.) | |
Samples |
Gets the samples giving this empirical distribution.
| |
Smoothing |
Gets the bandwidth smoothing parameter
used in the kernel density estimation.
| |
StandardDeviation |
Gets the Standard Deviation (the square root of
the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.) | |
Support |
Gets the support interval for this distribution.
(Overrides UnivariateContinuousDistributionSupport.) | |
Variance |
Gets the variance for this distribution.
(Overrides UnivariateContinuousDistributionVariance.) | |
Weights |
Gets the fractional weights associated with each sample. Note that
changing values on this array will not result int any effect in
this distribution. The distribution must be computed from scratch
with new values in case new weights needs to be used.
|