Displaying 3 results from an estimated 3 matches for "huihan".
Did you mean:
culhan
2005 Apr 22
1
density
Hi,
I used the density function in the R package, and got the following
results. I just wonder how to explain them.
What is Min, 1st Qu, Median, and so on? I could not find an explanation
from help(density). The plot doesn't seem to match
the x and y value either.
Thanks in advance for any help that you can give me!
Hui
------------------------------------------------------------
Call:
2005 May 10
4
density function
Hi,
I wonder if the function "density" outputs the gaussian mixture formula
that is estimated from the input data, assuming a gaussian model is used
at each data point ? I want to take the derivative of the finally
estimated gaussian mixture formula for further analysis.
Thanks in advance for any help that you can offer me!
Hui
2005 Apr 18
4
longer object length, is not a multiple of shorter object length in: kappa * gcounts
Hi,
I was using a density estimation function as follows:
> est <- KernSmooth::bkde(x3, bandwidth=10)
When setting bandwidth less than 5, I got the error "longer object
length, is not a multiple of shorter object length in: kappa * gcounts ".
I wonder if there is anybody who can explain the error for me?
Thanks!
Hui