Home
last modified time | relevance | path

Searched refs:sigma_ref (Results 51 – 68 of 68) sorted by relevance

123

/dports/math/stanmath/math-4.2.0/stan/math/prim/prob/
H A Dstudent_t_lccdf.hpp38 T_sigma_ref sigma_ref = sigma; in student_t_lccdf() local
42 check_positive_finite(function, "Scale parameter", sigma_ref); in student_t_lccdf()
50 y_ref, nu_ref, mu_ref, sigma_ref); in student_t_lccdf()
54 scalar_seq_view<T_sigma_ref> sigma_vec(sigma_ref); in student_t_lccdf()
H A Dstudent_t_lcdf.hpp40 T_sigma_ref sigma_ref = sigma; in student_t_lcdf() local
44 check_positive_finite(function, "Scale parameter", sigma_ref); in student_t_lcdf()
52 y_ref, nu_ref, mu_ref, sigma_ref); in student_t_lcdf()
56 scalar_seq_view<T_sigma_ref> sigma_vec(sigma_ref); in student_t_lcdf()
H A Dnormal_lcdf.hpp44 T_sigma_ref sigma_ref = sigma; in normal_lcdf() local
47 check_positive(function, "Scale parameter", sigma_ref); in normal_lcdf()
55 y_ref, mu_ref, sigma_ref); in normal_lcdf()
59 scalar_seq_view<T_sigma_ref> sigma_vec(sigma_ref); in normal_lcdf()
H A Dskew_normal_cdf.hpp40 T_sigma_ref sigma_ref = sigma; in skew_normal_cdf() local
45 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in skew_normal_cdf()
58 ops_partials(y_ref, mu_ref, sigma_ref, alpha_ref); in skew_normal_cdf()
H A Dlkj_cov_lpdf.hpp33 const auto& sigma_ref = to_ref(sigma); in lkj_cov_lpdf() local
36 check_finite(function, "Scale parameter", sigma_ref); in lkj_cov_lpdf()
45 lp += lognormal_lpdf<propto>(sds(k), mu_ref(k), sigma_ref(k)); in lkj_cov_lpdf()
H A Dstudent_t_lpdf.hpp75 T_sigma_ref sigma_ref = sigma; in student_t_lpdf() local
80 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in student_t_lpdf()
95 y_ref, nu_ref, mu_ref, sigma_ref); in student_t_lpdf()
H A Dskew_double_exponential_lpdf.hpp58 T_sigma_ref sigma_ref = sigma; in skew_double_exponential_lpdf() local
69 y_ref, mu_ref, sigma_ref, tau_ref); in skew_double_exponential_lpdf()
73 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in skew_double_exponential_lpdf()
H A Dexp_mod_normal_lpdf.hpp44 T_sigma_ref sigma_ref = sigma; in exp_mod_normal_lpdf() local
49 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in exp_mod_normal_lpdf()
89 ops_partials(y_ref, mu_ref, sigma_ref, lambda_ref); in exp_mod_normal_lpdf()
H A Dstudent_t_cdf.hpp38 T_sigma_ref sigma_ref = sigma; in student_t_cdf() local
42 check_positive_finite(function, "Scale parameter", sigma_ref); in student_t_cdf()
50 y_ref, nu_ref, mu_ref, sigma_ref); in student_t_cdf()
54 scalar_seq_view<T_sigma_ref> sigma_vec(sigma_ref); in student_t_cdf()
H A Dnormal_sufficient_lpdf.hpp73 T_sigma_ref sigma_ref = sigma; in normal_sufficient_lpdf() local
83 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in normal_sufficient_lpdf()
117 y_ref, s_squared_ref, mu_ref, sigma_ref); in normal_sufficient_lpdf()
H A Dskew_normal_lpdf.hpp41 T_sigma_ref sigma_ref = sigma; in skew_normal_lpdf() local
46 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in skew_normal_lpdf()
62 ops_partials(y_ref, mu_ref, sigma_ref, alpha_ref); in skew_normal_lpdf()
H A Dexp_mod_normal_lccdf.hpp46 T_sigma_ref sigma_ref = sigma; in exp_mod_normal_lccdf() local
51 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in exp_mod_normal_lccdf()
65 ops_partials(y_ref, mu_ref, sigma_ref, lambda_ref); in exp_mod_normal_lccdf()
H A Dexp_mod_normal_lcdf.hpp46 T_sigma_ref sigma_ref = sigma; in exp_mod_normal_lcdf() local
51 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in exp_mod_normal_lcdf()
65 ops_partials(y_ref, mu_ref, sigma_ref, lambda_ref); in exp_mod_normal_lcdf()
H A Dexp_mod_normal_cdf.hpp45 T_sigma_ref sigma_ref = sigma; in exp_mod_normal_cdf() local
50 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref)); in exp_mod_normal_cdf()
64 ops_partials(y_ref, mu_ref, sigma_ref, lambda_ref); in exp_mod_normal_cdf()
H A Dnormal_id_glm_lpdf.hpp88 T_sigma_ref sigma_ref = sigma; in normal_id_glm_lpdf() local
89 const auto& sigma_val = value_of_rec(sigma_ref); in normal_id_glm_lpdf()
136 ops_partials(y_ref, x_ref, alpha_ref, beta_ref, sigma_ref); in normal_id_glm_lpdf()
/dports/math/viennacl/ViennaCL-1.7.1/tests/src/
H A Dsvd.cpp184 std::vector<ScalarType> sigma_ref(to); in test_svd() local
185 read_vector_body(f, sigma_ref); in test_svd()
206 ScalarType sigma_diff = sigmas_compare(Ai, sigma_ref); in test_svd()
/dports/science/openmx/openmx3.8/source/
H A DTRAN_Calc_SelfEnergy.c39 #define sigma_ref(i,j) sigma[ nc*((j)-1) + (i)-1 ] in TRAN_Calc_SelfEnergy() macro
/dports/math/stanmath/math-4.2.0/doxygen/contributor_help_pages/
H A Dadding_new_distributions.md142 T_sigma_ref sigma_ref = sigma;
146 decltype(auto) sigma_val = to_ref(as_value_column_array_or_scalar(sigma_ref));
192 y_ref, mu_ref, sigma_ref);
204 auto ops_partials = make_ops_partials(y_ref, mu_ref, sigma_ref);
213 decltype(auto) sigma_ref = to_ref_if<!is_constant<T_sigma>::value>(sigma);

123