std::student_t_distribution
De 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. |
Déclaré dans l'en-tête <random> | ||
template<class RealType =double> class student_t_distribution; | (depuis C++11) | |
Produit au hasard valeurs à virgule flottante x, répartis selon la fonction de densité de probabilité:
Original:
Produces random floating-point values x, distributed according to probability density function:
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|n) =
·1 √nπ
· ⎛Γ(
)n+1 2 Γ(
)n 2
⎜
⎝1+
⎞x2 n
⎟
⎠-n+1 2
où n est connu comme le nombre de degrés de' liberté. Cette distribution est utilisée pour estimer la signifie d'une valeur inconnue distribuées normalement donnée n+1 mesures indépendantes, chacune avec erreurs additives d'écart-type inconnu, comme en mesures physiques. Ou, à défaut, lors de l'estimation de la moyenne inconnue d'une distribution normale avec un écart type inconnu, échantillons n+1 donnés .
Original:
where n is known as the number of degrees of freedom. This distribution is used when estimating the mean of an unknown normally distributed value given n+1 independent measurements, each with additive errors of unknown standard deviation, as in physical measurements. Or, alternatively, when estimating the unknown mean of a normal distribution with unknown standard deviation, given n+1 samples.
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.
[modifier]Types de membres
Type du membre | Définition |
result_type | RealType |
param_type | le type du jeu de paramètres, sans précision 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. |
[modifier]Fonctions membres
construit distribution 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. (fonction membre publique) | |
réinitialise l'état interne de la distribution 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. (fonction membre publique) | |
Original: Generation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
génère le nombre aléatoire suivant dans la distribution 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. (fonction membre publique) | |
Original: Characteristics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
renvoie le paramètre n la distribution (degrés de liberté) Original: returns the n distribution parameter (degrees of freedom) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique) | |
obtient ou définit l'objet de paramètre de distribution 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. (fonction membre publique) | |
renvoie la valeur minimale potentiellement générées 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. (fonction membre publique) | |
renvoie la valeur maximale potentiellement générées 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. (fonction membre publique) |
[modifier]Fonctions annexes
compare deux objets de distribution 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. (fonction) | |
effectue flux d'entrée et de sortie sur la distribution de nombre pseudo-aléatoire 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. (fonction) |
[modifier]Exemple
This section is incomplete Reason: no example |
[modifier]Liens externes
Weisstein, Eric W. "Student's t-Distribution." De MathWorld - Une ressource Web Wolfram .
Original:
Weisstein, Eric W. "Student's t-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.