var#

skfda.exploratory.stats.var(X, correction=0)[source]#

Compute the variance of a set of samples in a FData object.

Parameters:
  • X (FData) – Object containing all the set of samples whose variance is desired.

  • correction (int) – degrees of freedom adjustment. The divisor used in the calculation is N - correction, where N represents the number of elements. Default: 0.

Returns:

Variance of all the samples in the original object, as a functional data object with just one sample.

Return type:

FDataGrid