std::cauchy_distribution::b
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
RealType b() const;
|
(desde C++11) | |
Parámetros
(Ninguno)
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.
Valor de retorno
Devuelve el valor del parámetro
b con la que se construyó el objeto (por defecto es 1,0). El parámetro b especifica el parámetro de escala que representa la mitad del ancho a media-máxima (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.
Ver también
obtiene o establece el objeto de parámetro de distribución 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. (función miembro pública) | |
| returns the a distribution parameter (Location parameter) (función miembro pública) |
Enlaces externos
Scale parameter. De Wikipedia .
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.