RandomGenerator Package Paclet SymbolMore About »

RandomOneSideTruncNorm

RandomOneSideTruncNorm[truncside, b, ]
gives a random draw for n normal distributions with mean [[i]] and standard deviation 1, truncated to be right of b if truncside[[i]]=1 and to be left of b[[i]] if truncside[[i]]=-1, for i=1, ..., n.
RandomOneSideTruncNorm[truncside, b, , n]
gives n random draws for the normal distriubtion with mean and standard deviation 1, truncted to be right of b if truncside=1 and to be left of b if truncside=-1.
RandomOneSideTruncNorm[truncside, b, ]
for n=1. The optional n=1.
RandomOneSideTruncNorm[truncside, b]
for a standard normal distribution.