Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
If w=rand(4,3); p=rand(3,1); z=dist(w,p) ans is 0.4278 0.6786 0.3725 0.6324 how these values comes? ...
Hi! I was wondering how to compute (which function to use) in Matlab the log likelihood but when the data is not normally distributed. Thanks!...
Hey Everyone, I have the probability density function of a Negative-binomial Distribution (Compound Poisson Distribution) and I would like to gener...
Hi every one.. I am going to make a function which takes three input arguments limit,a,b in that order. The function returns an a-by-b matrix of un...
I have 2 large 3D matrices, and I've noticed that passing a DIM argument for the ttest2 function decreases the computational time on my computer subst...
I've got a vector of data of length around 5000000. I'm trying to plot a cumulative histogram of this data. I've previously plotted a normalised histo...
I'm wondering if there's a straight forward way to generate a poisson distribution for a distribution for a fixed number of events. For example, I hav...
Hello I'm currently using neural network for classification of a dataset. Of course before doing classification either the data points or the featu...
I wrote a code for classification, using a” patternnet “neural network to classify a dataset which is 2D two spiral dataset, all my data were 40 i...
Using Kernel to fit a series of normal distributions, how can you read out the means and sigmas of the normals it comes up with? Also, is there a w...