std::chi_squared_distribution::n
De cppreference.com
< cpp | numeric | random | chi squared distribution
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
RealType n() const; |
(depuis C++11) | |
Renvoie le paramètre degrés de liberté n de l'objet .
Original:
Returns the degrés de liberté n parameter of the object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifier] Paramètres
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifier] Retourne la valeur
Retourne la valeur de degrés de liberté n paramètre avec lequel l'objet a été construit (par défaut 1) .
Original:
Returns the value of the degrees of freedom n parameter with which the object was constructed (default is 1).
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifier] Voir aussi
obtient ou définit l'objet de paramètre de distribution Original: gets or sets the distribution parameter object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique) |