std::lognormal_distribution::s
De cppreference.com
< cpp | numeric | random | lognormal distribution
Revisión a fecha de 14:59 25 oct 2012; P12 (Discusión | contribuciones)
![]() |
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 s() const; |
(desde C++11) | |
El s desviación estándar de la distribución logarítmica normal .
Original:
The standard deviation s of the log-normal distribution.
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.
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 de la desviación estándar s parámetro con el que se crea el objeto (por defecto es 1,0) .
Original:
Returns the value of the standard deviation s parameter with which the object was constructed (default is 1.0).
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.