of Irreproducible Research!
Description of Statistical Computation | |
|---|---|
| Author's title | |
| Author | *Unverified author* |
| R Software Module | Rscript (source code is shown below) |
| Title produced by software | R console |
| Date of computation | Fri, 04 Jun 2010 21:32:51 +0000 |
| Cite this page as follows | Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2010/Jun/04/t1275687169nhrdwje2h5ruocx.htm/, Retrieved Sat, 23 May 2026 23:43:55 +0000 |
| Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=77498, Retrieved Sat, 23 May 2026 23:43:55 +0000 | |
| QR Codes: | |
|
| |
| Original text written by user: | |
| IsPrivate? | No (this computation is public) |
| User-defined keywords | bullwhip effect, master thesis |
| Estimated Impact | 310 |
Tree of Dependent Computations | |
| Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data) | |
| - [R console] [Bullwhip effect] [2010-06-04 21:32:51] [d41d8cd98f00b204e9800998ecf8427e] [Current] | |
| Feedback Forum | |
Post a new message | |
Dataset | |
Tables (Output of Computation) | |
> {
+ library(forecast)
+ iteratie = 6
+ iteratie2 = 6
+ nInst <- 100
+ nObs <- 150
+ mu <- 0
+ sig <- iteratie
+ s <- .... [TRUNCATED]
[1] 'sigma = 6 horizon = 6 i = 3'
[1] 'mean Ft =65.1998925787576'
[1] 'mean Yt =19.435612426345'
[1] 'mean et = 45.7642801524126'
[1] '%error = 2.35466108031559'
[1] 'sigma = 6 horizon = 6 i = 29'
[1] 'mean Ft =671.881856432923'
[1] 'mean Yt =629.439363132271'
[1] 'mean et = 42.4424933006518'
[1] '%error = 0.0674290420755476'
[1] 'sigma = 6 horizon = 6 i = 46'
[1] 'mean Ft =84.2553561721589'
[1] 'mean Yt =32.3419622977136'
[1] 'mean et = 51.9133938744453'
[1] '%error = 1.60514051054086'
[1] 'sigma = 6 horizon = 6 i = 93'
[1] 'mean Ft =-216.569826031084'
[1] 'mean Yt =-262.142699387163'
[1] 'mean et = 45.5728733560792'
[1] '%error = 0.173847577913173'
[1] 'sigma = 6 horizon = 6 i = 100'
[1] 'mean Ft =1044.57157982021'
[1] 'mean Yt =1000.30660606767'
[1] 'mean et = 44.2649737525372'
[1] '%error = 0.0442514060029538'
| |
Figures (Output of Computation) | |
Input Parameters & R Code | |
| Parameters (Session): | |
| Parameters (R input): | |
| R code (body of R function): | |
{ | |