function [moyenne, ecarttype] = estimation_lois_n(X) moyenne = mean(X); ecarttype = std(X); end