#EB landa ML gama ML s(t) h(t) در مدل اول install.packages("actuar") library(actuar) my_func <- function(){ #set.seed(123) # برای تولید نتایج تصادفی قطعی، همیشه باید از seed استفاده کنیم. shape1 <- 2 shape2 <- 1 n = 50 m=30 Rm=20 y <- sort( rburr(n, shape1 , shape2)) y x=y[1:m] x T1=0.5 T2=1 ds=0 if(x[m]>T1 & x[m]T2 ) { ds=which.max(x[x= 0 & lam <= 5] # فیلتر کردن مقادیر gam که از صفر کمتر و از پنج بیشتر هستند gam_filtered <- gam[gam >= 0 & gam <= 5] # چاپ مقادیر فیلتر شده print(lam_filtered) print(gam_filtered) # شمارش تعداد عناصر در gam_filtered count_gam_filtered <- length(gam_filtered) # شمارش تعداد عناصر در lam_filtered count_lam_filtered <- length(lam_filtered) # چاپ تعداد عناصر print(paste("تعداد عناصر gam_filtered:", count_gam_filtered)) print(paste("تعداد عناصر lam_filtered:", count_lam_filtered)) a<- gam_filtered[-c(1:2000)] a c<- lam_filtered[-c(1:2000)] c actual_gamahat <- 1 actual_lamdahat <- 2 # محاسبه EB برای هر یک از پارامترها EB_shaat <- mean(shaat) - actual_lamdahat EB_hhaat <- mean(hhaat) - actual_gamahat EB_a <- mean(a) - actual_gamahat EB_c <- mean(c) - actual_lamdahat # چاپ نتایج print(paste("Expected Bias for shaat (EB_shaat):", EB_shaat)) print(paste("Expected Bias for hhaat (EB_hhaat):", EB_hhaat)) print(paste("Expected Bias for a (EB_a):", EB_a)) print(paste("Expected Bias for c (EB_c):", EB_c))
An Error occurred while handling another error:
yii\web\HeadersAlreadySentException: Headers already sent in  on line 0. in /var/www/html/prof-homepages/vendor/yiisoft/yii2/web/Response.php:366
Stack trace:
#0 /var/www/html/prof-homepages/vendor/yiisoft/yii2/web/Response.php(339): yii\web\Response->sendHeaders()
#1 /var/www/html/prof-homepages/vendor/yiisoft/yii2/web/ErrorHandler.php(136): yii\web\Response->send()
#2 /var/www/html/prof-homepages/vendor/yiisoft/yii2/base/ErrorHandler.php(135): yii\web\ErrorHandler->renderException()
#3 [internal function]: yii\base\ErrorHandler->handleException()
#4 {main}
Previous exception:
yii\web\HeadersAlreadySentException: Headers already sent in  on line 0. in /var/www/html/prof-homepages/vendor/yiisoft/yii2/web/Response.php:366
Stack trace:
#0 /var/www/html/prof-homepages/vendor/yiisoft/yii2/web/Response.php(339): yii\web\Response->sendHeaders()
#1 /var/www/html/prof-homepages/vendor/yiisoft/yii2/base/Application.php(656): yii\web\Response->send()
#2 /var/www/html/prof-homepages/vendor/faravaghi/yii2-filemanager/models/Files.php(696): yii\base\Application->end()
#3 /var/www/html/prof-homepages/vendor/faravaghi/yii2-filemanager/controllers/FilesController.php(484): faravaghi\filemanager\models\Files->getFile()
#4 [internal function]: faravaghi\filemanager\controllers\FilesController->actionGetFile()
#5 /var/www/html/prof-homepages/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array()
#6 /var/www/html/prof-homepages/vendor/yiisoft/yii2/base/Controller.php(180): yii\base\InlineAction->runWithParams()
#7 /var/www/html/prof-homepages/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction()
#8 /var/www/html/prof-homepages/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction()
#9 /var/www/html/prof-homepages/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest()
#10 /var/www/html/prof-homepages/frontend/web/index.php(18): yii\base\Application->run()
#11 {main}