Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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...
For an assignment I have to draw samples of different sizes from a Cauchy distribution in order to show that as the sample size increases, the mean do...
I create two functions fx and fy as follows: fx = @(x) ncx2pdf(x, 10, 1); fy = @(y) ncx2pdf(y + 25, 10, 10); Then, I define fs function as follows:...
I am fitting a Weibull distribution to a set of data "x" (10000 x 1). I want the distribution to have the same size. I am trying the following code XL...
Artificial neural network I have a data set and I like to know the best NN topology to use (# of hidden layers and # of nodes – currently I am us...
I would like to train the Random forest classifier( which has 2 classes- pathology class(Tp) and non pathology class(Tn)). I have separate images to t...
i know the difference between noise and outlier but i want to know the relationships of them and the effects of noises ... are they cause outliers? an...
We often make assumptions when we model exponential decays. The most common assumptions that I know of are, 1) the signal is contaminated with zero...
I need ideas for a MATLAB project in the field of Computer Science or Computer Engineering. The only restriction is that the project implementation/co...
Hi, I am using the cross validation method 'crossval' as explained in the matlab help; cvmodel = crossval(model) creates a partitioned model fro...