rank_1_mean_r64 Function

public function rank_1_mean_r64(data_, type) result(mean_)

Calculate the mean of a 1d data set, given the "type"

Check which mean to call

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in), dimension(:):: data_
character(len=*), intent(in), optional :: type

Return Value real(kind=real64)


Contents

None