Displaying 2 results from an estimated 2 matches for "pearsoniv".
2012 Jan 25
1
Issues with PearsonIV distribution
Hi team,
I am facing issues with PearsonIV distribution fitting in R.
I am applying Hyperbolic and PearsonIV distributions on the equity returns in UK over a period of 30 years.
For the same data set i am getting strikingly different results under which Hyperbolic distribution does produce negative percentiles of the return after fitting bu...
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused.
Here are the commands I have entered:
> data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",")
> NumberOfActionsByStatus = data$STATUS
> NumberOfActionsByUser = data$ETS_LOGIN
> NumberOfBidOffer = data$BID_OFFER
> NumberOfActionsByUser.freq = table(NumberOfActionsByUser)
>