mean Interface

public interface mean

Contents


Module Procedures

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

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

Read more…

Arguments

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

Return Value real(kind=real32)

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

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

Read more…

Arguments

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

Return Value real(kind=real64)

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

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

Read more…

Arguments

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

Return Value real(kind=real32)

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

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

Read more…

Arguments

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

Return Value real(kind=real64)