mean of a list of orientations, principle axes and moments of inertia
Syntax
[m, q, lambda, V] = mean(ori)
[m, q, lambda, V] = mean(ori,'robust')
[m, q, lambda, V] = mean(ori,'weights',weights)Input
| ori | list of orientation |
Output
| m | mean orientation |
| o | crystallographic equivalent orientation projected to fundamental region |
| lambda | principle moments of inertia |
| V | principle axes of inertia (orientation) |
Options
| weights | list of weights |