ContinuousRV class abstract
Interface for continuous random variables
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cdf(
double x) → double -
cdfScaled(
double x, {double loc = 0.0, double scale = 1.0}) → double -
isf(
double q) → double -
Inverse survival function (inverse of
sf) at q of the given RV -
isfScaled(
double q, {double loc = 0.0, double scale = 1.0}) → double -
Inverse survival function (inverse of
sf) at q of the given RV -
kurtosis(
) → double -
logcdf(
double x) → double -
logcdfScaled(
double x, {double loc = 0.0, double scale = 1.0}) → double -
logpdf(
double x) → double -
logpdfScaled(
double x, {double loc = 0.0, double scale = 1.0}) → double -
logsf(
double x) → double -
logsfScaled(
double x, {double loc = 0.0, double scale = 1.0}) → double -
mean(
) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pdf(
double x) → double -
pdfScaled(
double x, {double loc = 0.0, double scale = 1.0}) → double -
ppf(
double q) → double -
Percent point function (inverse of
cdf) at q of the given RV -
ppfScaled(
double q, {double loc = 0.0, double scale = 1.0}) → double -
Percent point function (inverse of
cdf) at q of the given RV -
relStd(
) → double -
sample(
) → double -
sampleMany(
int count) → double -
sf(
double x) → double -
sfScaled(
double x, {double loc = 0.0, double scale = 1.0}) → double -
skewness(
) → double -
stats(
) → RandDistStats -
std(
) → double -
toString(
) → String -
A string representation of this object.
inherited
-
variance(
) → double
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited