std::cauchy_distribution::b
De cppreference.com
< cpp | numeric | random | cauchy 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 b() const; |
(depuis C++11) | |
Sommaire |
[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 du paramètre
b
avec laquelle l'objet a été construit (par défaut est 1,0). Le paramètre spécifie b
le paramètre d'échelle qui représente la demi-largeur à mi-hauteur (HWHM) .Original:
Returns the value of the
b
parameter with which the object was constructed (default is 1.0). The b
parameter specifies the scale parameter which represents the half-width at half-maximum (HWHM).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) | |
renvoie le paramètre une distribution (paramètre emplacement) Original: returns the a distribution parameter (Location parameter) 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) |
[modifier] Liens externes
Scale parameter. Un article de Wikipédia .
Original:
Scale parameter. From Wikipedia.
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.