Skip to content

What are the possible Probabilstic models in R

3 messages · anil kumar rohilla, Uwe Ligges, Jim Lemon

#
anil kumar rohilla wrote:

            
And the reason nobody answered is that the answer on your question is 
something like: "R and its > 600 packages".

Please be more specific which class of models you are going to use.
You have to be MUCH MORE specific to get a sensibe answer.

Uwe Ligges
#
anil kumar rohilla wrote:
Hi Anil,

This is a guess but perhaps what you want to do is to calculate an 
empirical cumulative distribution function for a set of observations and 
then calculate the probability of further observations. If so, have a 
look at "ecdf" as it might provide the first step of such a solution.

Jim