Question: viewing a function definition

I like to use the:

interface(verboseproc = 2)
print(stats)
 

to see whats going on in the calculations.  My question is how can I then see further in, I am trying to see how maple calculates the mean, median and standard deviation,

if I print(describe) it shows me the if statement for choosing which to function to run, but the next step I am stuck.

for example, I want maple to print out what it does when I type describe[mean](array)

 

 

thanks in advance.

 

-Josh

Please Wait...