Keywords: Qexponential.png en Probability density for members of the q-exponential distribution family Created Purple Post-its Cc-zero <source lang 'matlab'> function plotqexponential x 0 01 4 1; figure; hold on; plot x qexp_dist x 0 5 1 '-r' 'LineWidth' 2 5 plot x qexp_dist x 1 1 '-k' 'LineWidth' 2 5 plot x qexp_dist x 1 5 1 '-b' 'LineWidth' 2 5 plot x qexp_dist x 1 5 2 '-g' 'LineWidth' 2 5 function y qexp_dist x q lambda y 2-q lambda qexp -lambda x q ; function y qexp x q if q 1 y exp x ; else y 1+ 1-q x 1/ 1-q ; end y 1+ 1-q x < 0 0; </source> Probability distributions |