AndrewG

195 Reputation

7 Badges

12 years, 120 days

MaplePrimes Activity


These are questions asked by AndrewG

Mathematica does it simply like this

Can Maple do it similarily easily?  how?

I have a list of sample values and I want to remove just one maybe two of them. 

list:=[13,16,16,29,34,33,33,12,22,26,25,25,25,11]:

How could I remove just one 25 from the list? 

Is there a difference between these two? 

with(Statistics):

Sample(Normal(0,1),100)

Sample(RandomVariable(Normal(0, 1)), 100)

 

How to generate a random normal distribution of points around the point [3,15] for example?

Does Maple have something similar to c-means clusteirng in Matlab?

http://www.mathworks.com/help/fuzzy/fcm.html

 How would I go about doing something like this in Maple?

1 2 3 4 5 6 Page 2 of 6