| Name | Description |
---|
 | MeanAndVariance(Double) |
Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
|
 | MeanAndVariance(Int32) |
Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
|
 | MeanAndVariance(IReadOnlyListDouble) |
Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
|
 | MeanAndVariance(IReadOnlyListSingle) |
Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
|
 | MeanAndVariance(Single) |
Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
|