>
|
|
>
|
|
>
|
|
>
|
f := proc(A, q)
Statistics[Quantile](A, q);
end proc:
|
>
|
|
>
|
|
The following command will fail to apply the unassigned name to the two correct sub-Vectors, because the same Vector is reused internally, as described above:
>
|
|
This command, however, will make a copy for every sub-Vector and thus get the correct answer.
>
|
|