Home > Scripts > Models > pareto.m

iFit/pareto

PURPOSE ^

y = pareto(p, x, [y]) : Pareto distribution function.

SYNOPSIS ^

function y=pareto(varargin)

DESCRIPTION ^

 y = pareto(p, x, [y]) : Pareto distribution function. 

   iFunc/pareto Pareto distribution function. 
     y  = p(4)+ p(1)*(p(3)./x).^p(2);

 pareto(width)          creates a model with a specified width
 pareto([ parameters ]) creates a model with specified model parameters

 Reference: http://en.wikipedia.org/wiki/Pareto_distribution

 input:  p: Pareto model parameters (double)
            p = [ Amplitude Exponent Width BackGround ]
          or 'guess'
         x: axis (double)
         y: when values are given and p='guess', a guess of the parameters is performed (double)
 output: y: model value
 ex:     y=pareto([1 0 1 1], -10:10); or plot(pareto);

 Version: Nov. 26, 2018
 See also iFunc, iFunc/fits, iFunc/plot
 (c) E.Farhi, ILL. License: EUPL.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1