Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
error de redondeo
#R version 3.3.2 #### Error relativo y ULPS #### beta <- 10 p <- 3 emin <- -1 emax <- 2 #### algunos representables y otros no x = seq(from=1, to=beta, by=beta^(-p)) x_monio=signif(x,p) ULPS=abs(x-x_monio)*beta^(p-1) err_rel=abs(x-x_monio)/x plot(x,err_rel,type="l") plot(x,ULPS) #### todos son representables #### x = seq(from=1, to=beta, by=beta^(1-p)) x_monio=signif(x,p) ULPS=abs(x-x_monio)*beta^(p-1) err_rel=abs(x-x_monio)/x plot(x,err_rel,type="l") plot(x,ULPS)
run
|
edit
|
history
|
help
0
Practice R programming
Implied Volatility Surface
tirangulopascalfrac
Grad-sistemab
AjusteNaoLinear11-02-21
Test of Code Wall
Ques5.
Example for barplot
James 2
Research Methods I Final