Skip to content
Prev 255581 / 398506 Next

truncated distributions

On Apr 2, 2011, at 11:06 AM, statfan wrote:

            
In what sense are you interpreting the word "mean"? The "mean" in the  
specification of a truncated distribution is probably not going to be  
the expected value of a random variable from such a distribution, but  
rather refers to the parent distribution's mean.

 > print(x=rtmvnorm(10, mean=0, sigma=1, lower=0.5, upper=1), digits=3)
        [,1]
  [1,] 0.984
  [2,] 0.528
  [3,] 0.529
  [4,] 0.550
  [5,] 0.832
  [6,] 0.788
  [7,] 0.775
  [8,] 0.631
  [9,] 0.832
[10,] 0.558