Diferencia entre revisiones de «cpp/numeric/random/lognormal distribution/s»
De cppreference.com
< cpp | numeric | random | lognormal distribution
m (r2.7.3) (Bot Añadido: de, en, fr, it, ja, pt, ru, zh) |
m (Use {{lc}}. Update links. Various fixes.) |
||
Línea 15: | Línea 15: | ||
===Ver también=== | ===Ver también=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/numeric/random/distribution/param | lognormal_distribution}} |
− | {{ | + | {{| cpp/numeric/random/lognormal_distribution/s}} |
− | {{ | + | {{end}} |
[[de:cpp/numeric/random/lognormal distribution/s]] | [[de:cpp/numeric/random/lognormal distribution/s]] |
Última revisión de 00:08 2 jul 2013
![]() |
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.
[editar] 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.
[editar] 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.
[editar] 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) | |
s |
devuelve la desviación estándar (s) parámetro de distribución Original: returns the standard deviation (s) distribution parameter 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) |