1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// boost\math\distributions\non_central_f.hpp // Copyright John Maddock 2008. // Copyright Matt Borland 2024. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_MATH_SPECIAL_NON_CENTRAL_F_HPP #define BOOST_MATH_SPECIAL_NON_CENTRAL_F_HPP #include #include #include #include #include #include #include namespace boost { namespace math { template > class non_central_f_distribution { public: typedef RealType value_type; typedef Policy policy_type; BOOST_MATH_GPU_ENABLED non_central_f_distribution(RealType v1_, RealType v2_, RealType lambda) : v1(v1_), v2(v2_), ncp(lambda) { constexpr auto function = "boost::math::non_central_f_distribution<%1%>::non_central_f_distribution(%1%,%1%)"; RealType r; detail::check_df( function, v1, &r, Policy()); detail::check_df( function, v2, &r, Policy()); detail::check_non_centrality( function, lambda, &r, Policy()); } // non_central_f_distribution constructor. BOOST_MATH_GPU_ENABLED RealType degrees_of_freedom1()const { return v1; } BOOST_MATH_GPU_ENABLED RealType degrees_of_freedom2()const { return v2; } BOOST_MATH_GPU_ENABLED RealType non_centrality() const { // Private data getter function. return ncp; } private: // Data member, initialized by constructor. RealType v1; // alpha. RealType v2; // beta. RealType ncp; // non-centrality parameter }; // template class non_central_f_distribution typedef non_central_f_distribution non_central_f; // Reserved name of type double. #ifdef __cpp_deduction_guides template non_central_f_distribution(RealType,RealType,RealType)->non_central_f_distribution::type>; #endif // Non-member functions to give properties of the distribution. template BOOST_MATH_GPU_ENABLED inline const boost::math::pair range(const non_central_f_distribution& /* dist */) { // Range of permissible values for random variable k. using boost::math::tools::max_value; return boost::math::pair(static_cast(0), max_value()); } template BOOST_MATH_GPU_ENABLED inline const boost::math::pair support(const non_central_f_distribution& /* dist */) { // Range of supported values for random variable k. // This is range where cdf rises from 0 to 1, and outside it, the pdf is zero. using boost::math::tools::max_value; return boost::math::pair(static_cast(0), max_value()); } template BOOST_MATH_GPU_ENABLED inline RealType mean(const non_central_f_distribution& dist) { constexpr auto function = "mean(non_central_f_distribution<%1%> const&)"; RealType v1 = dist.degrees_of_freedom1(); RealType v2 = dist.degrees_of_freedom2(); RealType l = dist.non_centrality(); RealType r; if(!detail::check_df( function, v1, &r, Policy()) || !detail::check_df( function, v2, &r, Policy()) || !detail::check_non_centrality( function, l, &r, Policy())) return r; if(v2 <= 2) return policies::raise_domain_error( function, "Second degrees of freedom parameter was %1%, but must be > 2 !", v2, Policy()); return v2 * (v1 + l) / (v1 * (v2 - 2)); } // mean template BOOST_MATH_GPU_ENABLED inline RealType mode(const non_central_f_distribution& dist) { // mode. constexpr auto function = "mode(non_central_chi_squared_distribution<%1%> const&)"; RealType n = dist.degrees_of_freedom1(); RealType m = dist.degrees_of_freedom2(); RealType l = dist.non_centrality(); RealType r; if(!detail::check_df( function, n, &r, Policy()) || !detail::check_df( function, m, &r, Policy()) || !detail::check_non_centrality( function, l, &r, Policy())) return r; RealType guess = m > 2 ? RealType(m * (n + l) / (n * (m - 2))) : RealType(1); return detail::generic_find_mode( dist, guess, function); } template BOOST_MATH_GPU_ENABLED inline RealType variance(const non_central_f_distribution& dist) { // variance. constexpr auto function = "variance(non_central_f_distribution<%1%> const&)"; RealType n = dist.degrees_of_freedom1(); RealType m = dist.degrees_of_freedom2(); RealType l = dist.non_centrality(); RealType r; if(!detail::check_df( function, n, &r, Policy()) || !detail::check_df( function, m, &r, Policy()) || !detail::check_non_centrality( function, l, &r, Policy())) return r; if(m <= 4) return policies::raise_domain_error( function, "Second degrees of freedom parameter was %1%, but must be > 4 !", m, Policy()); RealType result = 2 * m * m * ((n + l) * (n + l) + (m - 2) * (n + 2 * l)); result /= (m - 4) * (m - 2) * (m - 2) * n * n; return result; } // RealType standard_deviation(const non_central_f_distribution& dist) // standard_deviation provided by derived accessors. template BOOST_MATH_GPU_ENABLED inline RealType skewness(const non_central_f_distribution& dist) { // skewness = sqrt(l). constexpr auto function = "skewness(non_central_f_distribution<%1%> const&)"; BOOST_MATH_STD_USING RealType n = dist.degrees_of_freedom1(); RealType m = dist.degrees_of_freedom2(); RealType l = dist.non_centrality(); RealType r; if(!detail::check_df( function, n, &r, Policy()) || !detail::check_df( function, m, &r, Policy()) || !detail::check_non_centrality( function, l, &r, Policy())) return r; if(m <= 6) return policies::raise_domain_error( function, "Second degrees of freedom parameter was %1%, but must be > 6 !", m, Policy()); RealType result = 2 * constants::root_two(); result *= sqrt(m - 4); result *= (n * (m + n - 2) *(m + 2 * n - 2) + 3 * (m + n - 2) * (m + 2 * n - 2) * l + 6 * (m + n - 2) * l * l + 2 * l * l * l); result /= (m - 6) * pow(n * (m + n - 2) + 2 * (m + n - 2) * l + l * l, RealType(1.5f)); return result; } template BOOST_MATH_GPU_ENABLED inline RealType kurtosis_excess(const non_central_f_distribution& dist) { constexpr auto function = "kurtosis_excess(non_central_f_distribution<%1%> const&)"; BOOST_MATH_STD_USING RealType n = dist.degrees_of_freedom1(); RealType m = dist.degrees_of_freedom2(); RealType l = dist.non_centrality(); RealType r; if(!detail::check_df( function, n, &r, Policy()) || !detail::check_df( function, m, &r, Policy()) || !detail::check_non_centrality( function, l, &r, Policy())) return r; if(m <= 8) return policies::raise_domain_error( function, "Second degrees of freedom parameter was %1%, but must be > 8 !", m, Policy()); RealType l2 = l * l; RealType l3 = l2 * l; RealType l4 = l2 * l2; RealType result = (3 * (m - 4) * (n * (m + n - 2) * (4 * (m - 2) * (m - 2) + (m - 2) * (m + 10) * n + (10 + m) * n * n) + 4 * (m + n - 2) * (4 * (m - 2) * (m - 2) + (m - 2) * (10 + m) * n + (10 + m) * n * n) * l + 2 * (10 + m) * (m + n - 2) * (2 * m + 3 * n - 4) * l2 + 4 * (10 + m) * (-2 + m + n) * l3 + (10 + m) * l4)) / ((-8 + m) * (-6 + m) * boost::math::pow<2>(n * (-2 + m + n) + 2 * (-2 + m + n) * l + l2)); return result; } // kurtosis_excess template BOOST_MATH_GPU_ENABLED inline RealType kurtosis(const non_central_f_distribution& dist) { return kurtosis_excess(dist) + 3; } template BOOST_MATH_GPU_ENABLED inline RealType pdf(const non_central_f_distribution& dist, const RealType& x) { // Probability Density/Mass Function. typedef typename policies::evaluation::type value_type; typedef typename policies::normalise< Policy, policies::promote_float, policies::promote_double, policies::discrete_quantile<>, policies::assert_undefined<> >::type forwarding_policy; value_type alpha = dist.degrees_of_freedom1() / 2; value_type beta = dist.degrees_of_freedom2() / 2; value_type y = x * alpha / beta; value_type r = pdf(boost::math::non_central_beta_distribution(alpha, beta, dist.non_centrality()), y / (1 + y)); return policies::checked_narrowing_cast( r * (dist.degrees_of_freedom1() / dist.degrees_of_freedom2()) / ((1 + y) * (1 + y)), "pdf(non_central_f_distribution<%1%>, %1%)"); } // pdf template BOOST_MATH_GPU_ENABLED RealType cdf(const non_central_f_distribution& dist, const RealType& x) { constexpr auto function = "cdf(const non_central_f_distribution<%1%>&, %1%)"; RealType r; if(!detail::check_df( function, dist.degrees_of_freedom1(), &r, Policy()) || !detail::check_df( function, dist.degrees_of_freedom2(), &r, Policy()) || !detail::check_non_centrality( function, dist.non_centrality(), &r, Policy())) return r; if((x < 0) || !(boost::math::isfinite)(x)) { return policies::raise_domain_error( function, "Random Variable parameter was %1%, but must be > 0 !", x, Policy()); } RealType alpha = dist.degrees_of_freedom1() / 2; RealType beta = dist.degrees_of_freedom2() / 2; RealType y = x * alpha / beta; RealType c = y / (1 + y); RealType cp = 1 / (1 + y); // // To ensure accuracy, we pass both x and 1-x to the // non-central beta cdf routine, this ensures accuracy // even when we compute x to be ~ 1: // r = detail::non_central_beta_cdf(c, cp, alpha, beta, dist.non_centrality(), false, Policy()); return r; } // cdf template BOOST_MATH_GPU_ENABLED RealType cdf(const complemented2_type, RealType>& c) { // Complemented Cumulative Distribution Function constexpr auto function = "cdf(complement(const non_central_f_distribution<%1%>&, %1%))"; RealType r; if(!detail::check_df( function, c.dist.degrees_of_freedom1(), &r, Policy()) || !detail::check_df( function, c.dist.degrees_of_freedom2(), &r, Policy()) || !detail::check_non_centrality( function, c.dist.non_centrality(), &r, Policy())) return r; if((c.param < 0) || !(boost::math::isfinite)(c.param)) { return policies::raise_domain_error( function, "Random Variable parameter was %1%, but must be > 0 !", c.param, Policy()); } RealType alpha = c.dist.degrees_of_freedom1() / 2; RealType beta = c.dist.degrees_of_freedom2() / 2; RealType y = c.param * alpha / beta; RealType x = y / (1 + y); RealType cx = 1 / (1 + y); // // To ensure accuracy, we pass both x and 1-x to the // non-central beta cdf routine, this ensures accuracy // even when we compute x to be ~ 1: // r = detail::non_central_beta_cdf(x, cx, alpha, beta, c.dist.non_centrality(), true, Policy()); return r; } // ccdf template BOOST_MATH_GPU_ENABLED inline RealType quantile(const non_central_f_distribution& dist, const RealType& p) { // Quantile (or Percent Point) function. RealType alpha = dist.degrees_of_freedom1() / 2; RealType beta = dist.degrees_of_freedom2() / 2; RealType x = quantile(boost::math::non_central_beta_distribution(alpha, beta, dist.non_centrality()), p); if(x == 1) return policies::raise_overflow_error( "quantile(const non_central_f_distribution<%1%>&, %1%)", "Result of non central F quantile is too large to represent.", Policy()); return (x / (1 - x)) * (dist.degrees_of_freedom2() / dist.degrees_of_freedom1()); } // quantile template BOOST_MATH_GPU_ENABLED inline RealType quantile(const complemented2_type, RealType>& c) { // Quantile (or Percent Point) function. RealType alpha = c.dist.degrees_of_freedom1() / 2; RealType beta = c.dist.degrees_of_freedom2() / 2; RealType x = quantile(complement(boost::math::non_central_beta_distribution(alpha, beta, c.dist.non_centrality()), c.param)); if(x == 1) return policies::raise_overflow_error( "quantile(complement(const non_central_f_distribution<%1%>&, %1%))", "Result of non central F quantile is too large to represent.", Policy()); return (x / (1 - x)) * (c.dist.degrees_of_freedom2() / c.dist.degrees_of_freedom1()); } // quantile complement. } // namespace math } // namespace boost // This include must be at the end, *after* the accessors // for this distribution have been defined, in order to // keep compilers that support two-phase lookup happy. #include #endif // BOOST_MATH_SPECIAL_NON_CENTRAL_F_HPP