In conjunction with #156 , is it generally possible to get statistics like cube_mean, cube_stddev, etc. in form of a CrunchCube for numeric variables if I am interested in the unconditional result? From what I understand, the measure payload for a mean is not considered as a dimension on its own, so I need to provide at least one variable as a dimension, which will only show the results per subgroup of that variable. Exposing a margin-like result for such cube results would not be enough though, since that one could be different to the real unconditional result for the numeric variable in question.
In conjunction with #156 , is it generally possible to get statistics like
cube_mean,cube_stddev, etc. in form of aCrunchCubefor numeric variables if I am interested in the unconditional result? From what I understand, themeasurepayload for a mean is not considered as a dimension on its own, so I need to provide at least one variable as a dimension, which will only show the results per subgroup of that variable. Exposing a margin-like result for such cube results would not be enough though, since that one could be different to the real unconditional result for the numeric variable in question.