Espacios de nombres
Variantes
Acciones

Diferencia entre revisiones de «cpp/numeric/random/lognormal distribution/s»

De cppreference.com
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===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/numeric/random/distribution/dcl list param | lognormal_distribution}}
+
{{| cpp/numeric/random/distribution/param | lognormal_distribution}}
{{dcl list template | cpp/numeric/random/lognormal_distribution/dcl list s}}
+
{{| cpp/numeric/random/lognormal_distribution/s}}
{{dcl list end}}
+
{{end}}
  
 
[[de:cpp/numeric/random/lognormal distribution/s]]
 
[[de:cpp/numeric/random/lognormal distribution/s]]

Última revisión de 00:08 2 jul 2013

 
 
 
Generación de números pseudoaleatorios
Motores y adaptadores de motor
Original:
Engines and engine adaptors
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Generadores
Original:
Generators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuciones
Original:
Distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuciones uniformes
Original:
Uniform distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Bernoulli distribuciones
Original:
Bernoulli distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Poisson distribuciones
Original:
Poisson distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuciones normales
Original:
Normal distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuciones de muestreo
Original:
Sampling distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Secuencias de semillas
Original:
Seed Sequences
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
C biblioteca
Original:
C library
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
std::lognormal_distribution
Las funciones miembro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Generación
Original:
Generation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Características
Original:
Characteristics
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Terceros funciones
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
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.

[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.

[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.

[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) [editar]
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) [editar]