Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I'm trying to do hierarchical clustering in MATLAB using 'linkage' and 'pdist' functions. I'm familiar with the functions, but I'm attempting to clust...
Hi Is there a way to simulate correlated RVs where each RV follows poisson distribution? I have 2 RVs X1 and X2, and both follow Poisson distribution....
Hi, I am trying to use kolmogorov test which I' going to use it in my artickle , I generate a data set A then I randomly made a sample set from A. the...
What is the Cumulative Distribution Function for Loglogistic distribution? I only found the Probability Density Function in the following link: https:...
Hello all, I know this question has been asked several times but I would still want to know. I am a beginner in Matlab and I have been experimenting w...
I am using the classification app to decode some information. I extracted code and found the following parameters gave me a good accuracy. classifi...
I am fitting a random (regression) forest and creating partial dependence plots. In order to make the plots easier to visualize, I remove observations...
Hello I have a data array (mat) with the following dimensions: 149016x93 The columns are year | month | day | hour | data 1 | data 2 | data 3 | and...
how to tag POS on nouns and verbs in MATLAB, Is it related to regular expressions? I know that regular expressions find a pattern in a text, but I wan...
Hello. I have a grayscale image with a mole and skin which I want to segment with K-means algorithm.I want the mole pixels to be classified in class 1...