Home
last modified time | relevance | path

Searched refs:num_int_moments (Results 1 – 1 of 1) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDExpansion.cpp3588 const RealVector& num_int_moments in archive_moments() local
3591 num_int_mom = num_int_moments.length(); in archive_moments()
3599 num_matrix(j,i) = num_int_moments[j]; in archive_moments()
3922 const RealVector& num_int_moments = (combined_stats) ? empty_moments : in print_moments() local
3924 exp_mom = exp_moments.length(); num_int_mom = num_int_moments.length(); in print_moments()
3926 (num_int_mom == 2 && num_int_moments[1] < 0.) || in print_moments()
3928 (num_int_mom > 2 && num_int_moments[1] <= 0.) ); in print_moments()
3944 s << ' ' << std::setw(width) << num_int_moments[j]; in print_moments()
3966 standardize_moments(num_int_moments, std_num_int_moments); in print_moments()