OriginPro 2022 (64-bit) Beta2 9.9.0.105 Windows 7 SP1 x64
Greetings!
1) How do I calculate descriptive statistics on matrix objects in a way similar to that of columns? 2) What is the proper way to define and calculate a custom function returning a scalar value (vector) from each matrix object? For example, (max-min)/stdev?
Regarding to 2, I don't see tool for it but you can run stats; //do stats on active object stats.= //see what quantities we created. stats.max=; stats.min=; stats.sd= (stats.max-stats.min)/stats.sd=;