Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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 val...
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...
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....
Hi! I was wondering how to compute in Matlab the log likelihood. Â I think which the "fitdist" function includes "likelihood" function(e.g. normlike,...
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 ...
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 proba...
How can I use the "predictorImportance" function with models generated by applying "crossval" to RegressionTree objects? When I apply the ‘crossvalâ...
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 f...
Say I have a very complicated probability distribution function: x^(-2)*y^(-3)*exp(-z/t), where x y z t are all continuous positive numbers. The integ...
I need to read german text from a file and translate it into ascii-numbers. Of course it contains german umlauts 'ä', 'ö', 'ü' and the character 'Ã...