rank_1_mean_i32 Function

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

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

Check which mean to call

Arguments

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

Return Value real(kind=real32)


Contents

None