This tag concerns statistical distributions, their implementations, and properties.
By using randn function I want to create a Gaussian random variable X such that X ~ N(2,4) and plot this …
matlab statistics distribution normal-distribution probability-densityI am looking to find the peaks in some gaussian smoothed data that I have. I have looked at some …
python arrays numpy distributionMy requirement is to generate random bytes of data (not random numbers) aka uniformly distributed bits. As such I was …
c++ c++11 random distributionI'm working on a data mining algorithm where i want to pick a random direction from a particular point in …
random distribution data-mining computational-geometry uniformI need to create a method to generate a unit vector in three dimensions that points in a random direction …
matlab random vector distributionI have C# application that uses a dll. When I try to run the application, it can't find the dll, …
c# .net gac distributionI tagged this question with poisson as I am not sure if it will be helpful in this case. I …
python distribution poissonA videoconferencing project I was working on used JMF to capture video and audio, and transmit it to another endpoint. …
java distribution jmf java-native-libraryVisualizing scipy.stats distributions A histogram can be made of the scipy.stats normal random variable to see what the …
python matplotlib scipy statistics distributionrandom.gauss(mu, sigma) Above is a function allowing to randomly draw a number from a normal distribution with a …
python numpy scipy distribution