| pdens | R Documentation | 
Auxiliary functions for pitman.
pdens(z, x, dfunction, ...) sdens(z, x, dfunction, ...) dens(x, dfunction, ...)
| z | numeric vector. | 
| x | numeric vector. | 
| dfunction | a density function defining the distribution for which the Pitman estimator is computed. | 
| ... | further arguments to be passed on to the density function
 | 
product of density values at x.
vector of z*dens(x-z).
vector of dens(x-z).
Numeric value (dens) or vector.
Christian Hennig chrish@stats.ucl.ac.uk http://www.homepages.ucl.ac.uk/~ucakche/
Pitman, E.J. (1939) The estimation of the location and scale parameters of a continuous population of any given form. Biometrika 30, 391-421.
pitman
dens(1:5,dcauchy) pdens(1:5,0,dcauchy) sdens(1:5,0:2,dcauchy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.