OlsModelParameters.StandardErrors Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Erreur standard par paramètre de modèle, où le premier correspond au biais, et tous les suivants correspondent à chaque poids à son tour. C’est null
si et seulement si HasStatistics c’est false
.
public System.Collections.Generic.IReadOnlyList<double> StandardErrors { get; }
member this.StandardErrors : System.Collections.Generic.IReadOnlyList<double>
Public ReadOnly Property StandardErrors As IReadOnlyList(Of Double)