Hi, I am using the cross validation method 'crossval' as explained in the matlab help; cvmodel = crossval(model) creates a partitioned model from model, a fitted classificati…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hi, I am using the cross validation method 'crossval' as explained in the matlab help; cvmodel = crossval(model) creates a partitioned model from model, a fitted classificati…
I'm trying to reproduce the picture at the end of the documentation: the one on the left. However, …
Hi Everybody, I'm doing an algorithm that allow me find the typical day and/or week of solar irradiance from a spreadsheet wiht hourly irradiation values from one year. I'm havi…
What about rejecting all new threads, which contain Korean characters and the typical term "seven seven dot" which appear in the title? I'm aware that this request is naive and spa…
I'm new to matlab. I want to generate noise samples of Gaussian mixture with PDF= sqrt((u.^3)./pi).*exp(-u.*(x.^2)) + sqrt((1-u)^3/pi).*exp(-(1-u).*x.^2); The length of noise sa…
Hi! I was wondering how to compute in Matlab the log likelihood. I think which the "fitdist" function includes "likelihood" function(e.g. normlike, gamlike and wbllike, etc). …
I want to decide the language of the text image based on the Hor. projection. I computed the Hor projection as shown in the following figures. So how can I find that if the image h…
Is it possible to fit a Generalized Extreme Value distribution to a probability plot? I've got 31 annual highest values that I have plotted in a probabilty plot using >>probplot(a)…
How can I use the "predictorImportance" function with models generated by applying "crossval" to RegressionTree objects? When I apply the ‘crossval’ function on the results of …
Hello, I am trying to plot the lognormal distribution over 10 iterations and would like to see the mean and 3 sigma outliers. Somehow, doing this for lognormal plots does not lo…