torch.CovOptions
export interface CovOptions {
/** Difference between sample size and degrees of freedom (default: 1) */
correction?: number;
/** Frequency weights (optional, not yet supported) */
fweights?: Tensor;
/** Analytic weights (optional, not yet supported) */
aweights?: Tensor;
}correction(number)optional- – Difference between sample size and degrees of freedom (default: 1)
fweights(Tensor)optional- – Frequency weights (optional, not yet supported)
aweights(Tensor)optional- – Analytic weights (optional, not yet supported)
Options for covariance operations