std::fisher_f_distribution::fisher_f_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. |
<metanoindex/>
<tbody> </tbody> explicit cauchy_distribution( RealType m = 1.0, RealType n = 1.0 ); |
(1) | (desde C++11) |
explicit cauchy_distribution( const param_type& params ); |
(2) | (desde C++11) |
Constrói um objeto de distribuição nova. A primeira versão usa
m e n como os parâmetros de distribuição, a segunda versão usa params como os parâmetros de distribuição.Original:
Constructs a new distribution object. The first version uses
m and n as the distribution parameters, the second version uses params as the distribution parameters.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
| m | - | o parâmetro de distribuição m (graus de liberdade)
Original: the m 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. |
| n | - | o parâmetro de distribuição n (graus de liberdade)
Original: 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. |
| params | - | o parâmetro de distribuição definido
Original: the distribution parameter set The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |