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
// Copyright John Maddock 2007. // Copyright Paul A. Bristow 2007. // 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_STATS_FIND_SCALE_HPP #define BOOST_STATS_FIND_SCALE_HPP #include // for all distribution signatures. #include #include // using boost::math::policies::policy; #include #include #include #include // using boost::math::complement; // will be needed by users who want complement, // but NOT placed here to avoid putting it in global scope. namespace boost { namespace math { // Function to find location of random variable z // to give probability p (given scale) // Applies to normal, lognormal, extreme value, Cauchy, (and symmetrical triangular), // distributions that have scale. // BOOST_STATIC_ASSERTs, see below, are used to enforce this. template inline typename Dist::value_type find_scale( // For example, normal mean. typename Dist::value_type z, // location of random variable z to give probability, P(X > z) == p. // For example, a nominal minimum acceptable weight z, so that p * 100 % are > z typename Dist::value_type p, // probability value desired at x, say 0.95 for 95% > z. typename Dist::value_type location, // location parameter, for example, normal distribution mean. const Policy& pol ) { static_assert(::boost::math::tools::is_distribution::value, "The provided distribution does not meet the conceptual requirements of a distribution."); static_assert(::boost::math::tools::is_scaled_distribution::value, "The provided distribution does not meet the conceptual requirements of a scaled distribution."); static const char* function = "boost::math::find_scale(%1%, %1%, %1%, Policy)"; if(!(boost::math::isfinite)(p) || (p < 0) || (p > 1)) { return policies::raise_domain_error( function, "Probability parameter was %1%, but must be >= 0 and <= 1!", p, pol); } if(!(boost::math::isfinite)(z)) { return policies::raise_domain_error( function, "find_scale z parameter was %1%, but must be finite!", z, pol); } if(!(boost::math::isfinite)(location)) { return policies::raise_domain_error( function, "find_scale location parameter was %1%, but must be finite!", location, pol); } //cout << "z " << z << ", p " << p << ", quantile(Dist(), p) " //<< quantile(Dist(), p) << ", z - mean " << z - location //<<", sd " << (z - location) / quantile(Dist(), p) << endl; //quantile(N01, 0.001) -3.09023 //quantile(N01, 0.01) -2.32635 //quantile(N01, 0.05) -1.64485 //quantile(N01, 0.333333) -0.430728 //quantile(N01, 0.5) 0 //quantile(N01, 0.666667) 0.430728 //quantile(N01, 0.9) 1.28155 //quantile(N01, 0.95) 1.64485 //quantile(N01, 0.99) 2.32635 //quantile(N01, 0.999) 3.09023 typename Dist::value_type result = (z - location) // difference between desired x and current location. / quantile(Dist(), p); // standard distribution. if (result <= 0) { // If policy isn't to throw, return the scale <= 0. policies::raise_evaluation_error(function, "Computed scale (%1%) is <= 0!" " Was the complement intended?", result, Policy()); // LCOV_EXCL_LINE } return result; } // template find_scale template inline // with default policy. typename Dist::value_type find_scale( // For example, normal mean. typename Dist::value_type z, // location of random variable z to give probability, P(X > z) == p. // For example, a nominal minimum acceptable z, so that p * 100 % are > z typename Dist::value_type p, // probability value desired at x, say 0.95 for 95% > z. typename Dist::value_type location) // location parameter, for example, mean. { // Forward to find_scale using the default policy. return (find_scale(z, p, location, policies::policy<>())); } // find_scale template inline typename Dist::value_type find_scale( complemented4_type const& c) { //cout << "cparam1 q " << c.param1 // q // << ", c.dist z " << c.dist // z // << ", c.param2 l " << c.param2 // l // << ", quantile (Dist(), c.param1 = q) " // << quantile(Dist(), c.param1) //q // << endl; static_assert(::boost::math::tools::is_distribution::value, "The provided distribution does not meet the conceptual requirements of a distribution."); static_assert(::boost::math::tools::is_scaled_distribution::value, "The provided distribution does not meet the conceptual requirements of a scaled distribution."); static const char* function = "boost::math::find_scale(complement(%1%, %1%, %1%, Policy))"; // Checks on arguments, as not complemented version, // Explicit policy. typename Dist::value_type q = c.param1; if(!(boost::math::isfinite)(q) || (q < 0) || (q > 1)) { return policies::raise_domain_error( function, "Probability parameter was %1%, but must be >= 0 and <= 1!", q, c.param3); } typename Dist::value_type z = c.dist; if(!(boost::math::isfinite)(z)) { return policies::raise_domain_error( function, "find_scale z parameter was %1%, but must be finite!", z, c.param3); } typename Dist::value_type location = c.param2; if(!(boost::math::isfinite)(location)) { return policies::raise_domain_error( function, "find_scale location parameter was %1%, but must be finite!", location, c.param3); } typename Dist::value_type result = (c.dist - c.param2) // difference between desired x and current location. / quantile(complement(Dist(), c.param1)); // ( z - location) / (quantile(complement(Dist(), q)) if (result <= 0) { // If policy isn't to throw, return the scale <= 0. policies::raise_evaluation_error(function, "Computed scale (%1%) is <= 0!" " Was the complement intended?", result, Policy()); // LCOV_EXCL_LINE } return result; } // template typename Dist::value_type find_scale // So the user can start from the complement q = (1 - p) of the probability p, // for example, s = find_scale(complement(z, q, l)); template inline typename Dist::value_type find_scale( complemented3_type const& c) { //cout << "cparam1 q " << c.param1 // q // << ", c.dist z " << c.dist // z // << ", c.param2 l " << c.param2 // l // << ", quantile (Dist(), c.param1 = q) " // << quantile(Dist(), c.param1) //q // << endl; static_assert(::boost::math::tools::is_distribution::value, "The provided distribution does not meet the conceptual requirements of a distribution."); static_assert(::boost::math::tools::is_scaled_distribution::value, "The provided distribution does not meet the conceptual requirements of a scaled distribution."); static const char* function = "boost::math::find_scale(complement(%1%, %1%, %1%, Policy))"; // Checks on arguments, as not complemented version, // default policy policies::policy<>(). typename Dist::value_type q = c.param1; if(!(boost::math::isfinite)(q) || (q < 0) || (q > 1)) { return policies::raise_domain_error( function, "Probability parameter was %1%, but must be >= 0 and <= 1!", q, policies::policy<>()); } typename Dist::value_type z = c.dist; if(!(boost::math::isfinite)(z)) { return policies::raise_domain_error( function, "find_scale z parameter was %1%, but must be finite!", z, policies::policy<>()); } typename Dist::value_type location = c.param2; if(!(boost::math::isfinite)(location)) { return policies::raise_domain_error( function, "find_scale location parameter was %1%, but must be finite!", location, policies::policy<>()); } typename Dist::value_type result = (z - location) // difference between desired x and current location. / quantile(complement(Dist(), q)); // ( z - location) / (quantile(complement(Dist(), q)) if (result <= 0) { // If policy isn't to throw, return the scale <= 0. policies::raise_evaluation_error(function, "Computed scale (%1%) is <= 0!" " Was the complement intended?", // LCOV_EXCL_LINE result, policies::policy<>()); // This is only the default policy - also Want a version with Policy here. LCOV_EXCL_LINE } return result; } // template typename Dist::value_type find_scale } // namespace boost } // namespace math #endif // BOOST_STATS_FIND_SCALE_HPP