std::extreme_value_distribution
Da cppreference.com
![]() | 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. |
Definido no cabeçalho <random> | ||
template<class RealType =double> class extreme_value_distribution; | (desde C++11) | |
A classe é uma
extreme_value_distribution
RandomNumberDistribution
que produz números aleatórios de acordo com a distribuição de valor extremo (que também é conhecido como tipo I Gumbel, log-Weibull, Fisher-Tippett Tipo I):Original:
The
extreme_value_distribution
class is a RandomNumberDistribution
that produces random numbers according to the distribuição de valor extremo (it is also known as Gumbel Type I, log-Weibull, Fisher-Tippett Type I):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.
- p(x;a,b) = None
exp⎛1 b
⎜
⎝None
- exp⎛a-x b
⎜
⎝None
⎞a-x b
⎟
⎠⎞
⎟
⎠
[editar]Tipos de membro
Tipo de membro Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | Definition |
result_type | RealType |
param_type | o tipo do conjunto de parâmetros, não especificado Original: the type of the parameter set, unspecified The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[editar]Funções de membro
constrói nova distribuição Original: constructs new distribution The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
redefine o estado interno da distribuição Original: resets the internal state of the distribution The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
Original: Generation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
gera o próximo número aleatório na distribuição Original: generates the next random number in the distribution The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
Original: Characteristics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
retorna o parâmetro de distribuição local (a) Original: returns the location distribution parameter (a) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
retorna o parâmetro de distribuição escala (b) Original: returns the scale distribution parameter (b) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
obtém ou define o objeto de parâmetro de distribuição 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. (função pública membro) | |
retorna o valor mínimo potencialmente gerado Original: returns the minimum potentially generated value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
retorna o valor máximo potencialmente gerado Original: returns the maximum potentially generated value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) |
[editar]Não-membros funções
compara dois objetos de distribuição Original: compares two distribution objects The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
executa fluxo de entrada e saída em pseudo-aleatório distribuição de números Original: performs stream input and output on pseudo-random number distribution The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |
[editar]Exemplo
Esta seção está incompleta Motivo: sem exemplo |
[editar]Links externos
Weisstein, Eric W. "Extreme Value Distribution." De MathWorld - Um recurso Web Wolfram.
Original:
Weisstein, Eric W. "Extreme Value Distribution." From MathWorld--A Wolfram Web Resource.
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.