http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
John Kane
Kingston ON Canada
> -Original Message-
> From: eliza_bo...@hotmail.com
> Sent: Fri, 25 Jan 2013 18:13:55 +
> To: r-help@r-project.org
> Subject: [R] joint probabili
Not sure what is your exact requirement but you can compute marginals
and conditional probabilities using 'prob' package of Prof. Kerns.
On 25 January 2013 22:15, Rui Barradas wrote:
> Hello,
>
> You need to be much more specific. What do you know about the distributions
> of X and Y? And about t
Hello,
You need to be much more specific. What do you know about the
distributions of X and Y? And about their joint distribution?
If you suspect the joint distribution to be a bivariate normal try
package mvtnorm with
mu <- c(mean(x), mean(y))
sigma <- cov(cbind(x, y))
You can also try k
Dear R family,
I want to calculate the joint probability (distribution) of two random
continuous variables X and Y.
Could to please tell me how to do it?Thanks in advance..
elisa
[[alternative HTML version deleted]]
___
Hi,
I need some instructoins about:
Given two larger vectors(A and B) with discrite time values, and considering
that each vector was ordered previously. how to compute the joint probability
for each pair of values, considering the restriction that each element in A(Ai)
is combined only with
5 matches
Mail list logo