this.GetSlice(start, finish)
|
Parameter Types:
-
start
:
int option
-
finish
:
int option
Return Type:
Empirical<'T>
|
|
|
Parameter Types:
Return Type:
'T * Tensor
|
this.combineDuplicates()
Full Usage:
this.combineDuplicates()
Return Type:
Empirical<'T>
Signature:
unit -> Empirical<'T>
|
Return Type:
Empirical<'T>
|
this.effectiveSampleSize
Full Usage:
this.effectiveSampleSize
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|
|
|
Parameter Types:
Return Type:
Tensor
|
|
|
Parameter Types:
Return Type:
Empirical<'T>
|
this.isWeighted
Full Usage:
this.isWeighted
Return Type:
bool
Signature:
bool
|
Return Type:
bool
|
this.length
Full Usage:
this.length
Return Type:
int
Signature:
int
|
Return Type:
int
|
this.logWeights
Full Usage:
this.logWeights
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|
|
|
Parameter Types:
Return Type:
Empirical<'a>
|
this.max
Full Usage:
this.max
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|
this.mean
Full Usage:
this.mean
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|
this.min
Full Usage:
this.min
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|
this.mode
Full Usage:
this.mode
Return Type:
'T
Signature:
'T
|
Return Type:
'T
|
this.resample(numSamples, ?minIndex, ?maxIndex)
|
Parameter Types:
-
numSamples
:
int
-
?minIndex
:
int
-
?maxIndex
:
int
Return Type:
Empirical<'T>
|
this.sample(?minIndex, ?maxIndex)
|
Parameter Types:
-
?minIndex
:
int
-
?maxIndex
:
int
Return Type:
'T
|
this.stddev
Full Usage:
this.stddev
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|
this.thin(numSamples, ?minIndex, ?maxIndex)
|
Parameter Types:
-
numSamples
:
int
-
?minIndex
:
int
-
?maxIndex
:
int
Return Type:
Empirical<'T>
|
this.unweighted()
Full Usage:
this.unweighted()
Return Type:
Empirical<'T>
Signature:
unit -> Empirical<'T>
|
Return Type:
Empirical<'T>
|
this.values
Full Usage:
this.values
Return Type:
'T []
Signature:
'T []
|
Return Type:
'T []
|
this.valuesTensor
Full Usage:
this.valuesTensor
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|
this.variance
Full Usage:
this.variance
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|
this.weights
Full Usage:
this.weights
Return Type:
Tensor
Signature:
Tensor
|
Return Type:
Tensor
|