Skip to content
Snippets Groups Projects
Commit 5053fd93 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

Rapport de bug utilisateur.

parent 8ce76b8a
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ CumulantsForEdgeworth<TInput>
double tilde_cum3 = cumulants.GetSkewness();
double tilde_cum4 = cumulants.GetKurtosis();
double tilde_cum2_2 = cum2 * cum2;
double tilde_cum2_2 = tilde_cum2 * tilde_cum2;
double tilde_cum2_3 = cum2 * tilde_cum2_2;
double tilde_cum2_6 = tilde_cum2_3 * tilde_cum2_3;
double tilde_cum3_2 = tilde_cum3 * tilde_cum3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment