Displaying 2 results from an estimated 2 matches for "azalini".
Did you mean:
azzalini
2002 Jul 29
1
density estimation on 2-D bounded domain
Dear R experts,
density estimation on a 2 dimensional bounded domain
---------------------------------------------------------------------
I am currently trying to estimate the probability
density (PD) of cancers within the breast using
the sm library with the routine
sm.density
Of course a practical PD must be limited by the curve of the breast
outline.
I don't have a clue after perusing
2003 Sep 05
3
fit data with skew t distribution
Hi,
Is there a function in R that I can use to fit the data with skew t
distribution? Speaking in detail, I first used the kernel density estimation
to fit my data, then I drew the skew t using my specified location, scale,
shape, and df to make it close to the kernel density. Now I want to get the
parameter estimations of the skew t which give me the closet density to the
kernel density.