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
//+------------------------------------------------------------------+ //| F.mqh | //| Copyright 2000-2026, MetaQuotes Ltd. | //| www.mql5.com | //+------------------------------------------------------------------+ #include "Math.mqh" #include "Beta.mqh" #include "ChiSquare.mqh" //+------------------------------------------------------------------+ //| F-density function (PDF) | //+------------------------------------------------------------------+ //| The function returns the probability density function of the | //| F-distribution with parameters nu1 and nu2. | //| | //| Arguments: | //| x : Random variable | //| nu1 : Numerator degrees of freedom | //| nu2 : Denominator degrees of freedom | //| log_mode : Logarithm mode flag, if true it returns Log values | //| error_code : Variable for error code | //| | //| Return value: | //| The probability density evaluated at x. | //+------------------------------------------------------------------+ double MathProbabilityDensityF(const double x,const double nu1,const double nu2,const bool log_mode,int &error_code) { //--- check NaN if(!MathIsValidNumber(x) || !MathIsValidNumber(nu1) || !MathIsValidNumber(nu2)) { error_code=ERR_ARGUMENTS_NAN; return QNaN; } //--- check arguments if(nu1!=MathRound(nu1) || nu1!=MathRound(nu1) || nu1<1 || nu2<1) { error_code=ERR_ARGUMENTS_INVALID; return QNaN; } error_code=ERR_OK; //--- check x if(x<=0) return TailLog0(true,log_mode); //--- calculate F density double value=MathPow((nu1/nu2),nu1*0.5)*MathPow(x,(nu1-2)*0.5)/MathBeta(nu1*0.5,nu2*0.5); value=value*MathPow(1.0+(nu1/nu2)*x,-(nu1+nu2)*0.5); if(log_mode==true) return MathLog(value); //--- return F density return value; } //+------------------------------------------------------------------+ //| F-density function (PDF) | //+------------------------------------------------------------------+ //| The function returns the probability density function of the | //| F-distribution with parameters nu1 and nu2. | //| | //| Arguments: | //| x : Random variable | //| nu1 : Numerator degrees of freedom | //| nu2 : Denominator degrees of freedom | //| error_code : Variable for error code | //| | //| Return value: | //| The probability density evaluated at x. | //+------------------------------------------------------------------+ double MathProbabilityDensityF(const double x,const double nu1,const double nu2,int &error_code) { return MathProbabilityDensityF(x,nu1,nu2,false,error_code); } //+------------------------------------------------------------------+ //| F-density function (PDF) | //+------------------------------------------------------------------+ //| The function calculates the probability density function of the | //| F distribution with parameters nu1 and nu2 for values in x[]. | //| | //| Arguments: | //| x : Array with random variables | //| nu1 : Numerator degrees of freedom | //| nu2 : Denominator degrees of freedom | //| log_mode : Logarithm mode flag, if true it returns Log values | //| result : Array with calculated values | //| | //| Return value: | //| true if successful, otherwise false. | //+------------------------------------------------------------------+ bool MathProbabilityDensityF(const double &x[],const double nu1,const double nu2,const bool log_mode,double &result[]) { //--- check NaN if(!MathIsValidNumber(nu1) || !MathIsValidNumber(nu2)) return false; //--- check arguments if(nu1!=MathRound(nu1) || nu1!=MathRound(nu1) || nu1<1 || nu2<1) return false; int data_count=ArraySize(x); if(data_count==0) return false; int error_code=0; ArrayResize(result,data_count); for(int i=0; i1.0) { error_code=ERR_ARGUMENTS_INVALID; return QNaN; } //--- check case probability==1 if(prob==1.0) { error_code=ERR_RESULT_INFINITE; return QPOSINF; } error_code=ERR_OK; if(prob==0.0) return 0.0; //--- calculate quantile using Beta distribution double qBeta=MathQuantileBeta(1.0-prob,nu2*0.5,nu1*0.5,error_code); //--- return quantile; return (nu2/qBeta-nu2)/nu1; } //+------------------------------------------------------------------+ //| F-distribution quantile function (inverse CDF) | //+------------------------------------------------------------------+ //| The function returns the inverse cumulative distribution | //| function of F-distribution with parameters nu1 and nu2 | //| for the desired probability. | //| | //| Arguments: | //| probability : The desired probability | //| nu1 : Numerator degrees of freedom | //| nu2 : Denominator degrees of freedom | //| error_code : Variable for error code | //| | //| Return value: | //| The value of the inverse cumulative distribution function | //| of F-distribution with parameters nu1 and nu2. | //+------------------------------------------------------------------+ double MathQuantileF(const double probability,const double nu1,const double nu2,int &error_code) { return MathQuantileF(probability,nu1,nu2,true,false,error_code); } //+------------------------------------------------------------------+ //| F-distribution quantile function (inverse CDF) | //+------------------------------------------------------------------+ //| The function calculates the inverse cumulative distribution | //| function of the F distribution with parameters nu1 and nu2 | //| for values from the probability[] array. | //| | //| Arguments: | //| probability : Array with probabilities | //| nu1 : Numerator degrees of freedom | //| nu2 : Denominator degrees of freedom | //| tail : Flag to calculate lower tail | //| log_mode : Logarithm mode, if true it calculates Log values | //| result : Array with calculated values | //| | //| Return value: | //| true if successful, otherwise false. | //+------------------------------------------------------------------+ bool MathQuantileF(const double &probability[],const double nu1,const double nu2,const bool tail,const bool log_mode,double &result[]) { //--- check NaN if(!MathIsValidNumber(nu1) || !MathIsValidNumber(nu2)) return false; //--- check arguments if(nu1!=MathRound(nu1) || nu2!=MathRound(nu2) || nu1<=0 || nu2<=0) return false; int data_count=ArraySize(probability); if(data_count==0) return false; int error_code=0; ArrayResize(result,data_count); for(int i=0; i1.0) return false; //--- check case probability==1,0 if(prob==0.0) result[i]=0.0; else if(prob==1.0) result[i]=QPOSINF; else { //--- calculate quantile using Beta distribution double qBeta=MathQuantileBeta(1.0-prob,nu2*0.5,nu1*0.5,error_code); result[i]=(nu2/qBeta-nu2)/nu1; } } return true; } //+------------------------------------------------------------------+ //| F-distribution quantile function (inverse CDF) | //+------------------------------------------------------------------+ //| The function calculates the inverse cumulative distribution | //| function of the F distribution with parameters nu1 and nu2 | //| for values from probability[] array. | //| | //| Arguments: | //| probability : Array with probabilities | //| nu1 : Numerator degrees of freedom | //| nu2 : Denominator degrees of freedom | //| result : Array with calculated values | //| | //| Return value: | //| true if successful, otherwise false. | //+------------------------------------------------------------------+ bool MathQuantileF(const double &probability[],const double nu1,const double nu2,double &result[]) { return MathQuantileF(probability,nu1,nu2,true,false,result); } //+------------------------------------------------------------------+ //| Random variate from the F-distribution | //+------------------------------------------------------------------+ //| Compute the random variable from F-distribution | //| with parameters nu1 and nu2. | //| | //| Arguments: | //| nu1 : Numerator degrees of freedom | //| nu2 : Denominator degrees of freedom | //| error_code : Variable for error code | //| | //| Return value: | //| The random value with F-distribution. | //+------------------------------------------------------------------+ double MathRandomF(const double nu1,const double nu2,int &error_code) { //--- check NaN if(!MathIsValidNumber(nu1) || !MathIsValidNumber(nu2)) { error_code=ERR_ARGUMENTS_NAN; return QNaN; } //--- check arguments if(nu1!=MathRound(nu1) || nu2!=MathRound(nu2) || nu1<=0 || nu2<=0) { error_code=ERR_ARGUMENTS_INVALID; return QNaN; } error_code=ERR_OK; //--- random F=ChiSquare(nu1)*nu2/ChiSquare(nu2)*nu1; double xnum = MathRandomGamma(nu1*0.5,1.0,error_code)*nu2; double xden = MathRandomGamma(nu2*0.5,1.0,error_code)*nu1; //--- double value=0.0; if(xden!=0) value= xnum/xden; else { error_code=ERR_NON_CONVERGENCE; value=QNaN; } //--- return random F return value; } //+------------------------------------------------------------------+ //| Random variate from the F distribution | //+------------------------------------------------------------------+ //| Generates random variables from the F distribution with | //| parameters nu1 and nu2. | //| | //| Arguments: | //| data_count : Number of values needed | //| result : Output array with random values | //| | //| Return value: | //| true if successful, otherwise false. | //+------------------------------------------------------------------+ bool MathRandomF(const double nu1,const double nu2,const int data_count,double &result[]) { //--- check NaN if(!MathIsValidNumber(nu1) || !MathIsValidNumber(nu2)) return false; //--- check arguments if(nu1!=MathRound(nu1) || nu2!=MathRound(nu2) || nu1<=0 || nu2<=0) return false; //--- prepare output array and calculate random values ArrayResize(result,data_count); for(int i=0; i2) mean=nu2/(nu2-2); if(nu2>4) variance=2*nu2*nu2*(nu1+nu2-2)/(nu1*(nu2-2)*(nu2-2)*(nu2-4)); if(nu2>6) skewness=2*MathSqrt(2)*MathSqrt(nu2-4)*(2*nu1+nu2-2)/(MathSqrt(nu1*(nu1+nu2-2))*(nu2-6)); if(nu2>8) kurtosis=12*(nu1*(5*nu2-22)*(nu1+nu2-2)+(nu2-4)*(nu2-2)*(nu2-2))/(nu1*(nu2-8)*(nu2-6)*(nu1+nu2-2)); //--- successful return true; } //+------------------------------------------------------------------+