Represents an Empirical distribution.
Constructor | Description |
|
Instance member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.isWeighted
Returns: bool
|
|
Full Usage:
this.length
Returns: int
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.mode
Returns: 'T
|
|
Full Usage:
this.resample (numSamples, ?minIndex, ?maxIndex)
Parameters:
int
?minIndex : int
?maxIndex : int
Returns: Empirical<'T>
|
|
Full Usage:
this.sample (?minIndex, ?maxIndex)
Parameters:
int
?maxIndex : int
Returns: 'T
|
|
|
|
Full Usage:
this.thin (numSamples, ?minIndex, ?maxIndex)
Parameters:
int
?minIndex : int
?maxIndex : int
Returns: Empirical<'T>
|
|
|
|
Full Usage:
this.values
Returns: 'T[]
|
|
|
|
|
|
|
|
© Copyright 2021, DiffSharp Contributors.