Displaying 5 results from an estimated 5 matches for "oonadjust".
Did you mean:
oonadjusted
2018 May 07
2
read.csv and Decimal places
...or not?
When I create a DF I see the decimals are similar to the view? 5973157 vs. 5973156.76
tmp <- data.frame(RevFCast)
> tmp
Date Month TotalNetRev ClaimEditNew ClaimEditAdjusted ClaimEditCancelled ClaimEditNetRev BRANew BRAAdjusted BRACancelled BRANetRev OONNew OONAdjusted
1 Jan 2016 Totals: 1/31/2016 5973157 1281576 -39811.51 -247443.9 994320.6 1534165 1384.30 -95835.69 1439713 3910730 -13913.00
2 Feb 2016 Totals: 2/28/2016 5159011 1231964 -47356.74 -372942.3 811664.5 1353568 -141...
2018 May 07
0
read.csv and Decimal places
...s are similar to the view? 5973157 vs.
> 5973156.76
>
>
> tmp <- data.frame(RevFCast)
>
> > tmp
>
> Date Month TotalNetRev ClaimEditNew ClaimEditAdjusted
> ClaimEditCancelled ClaimEditNetRev BRANew BRAAdjusted BRACancelled
> BRANetRev OONNew OONAdjusted
>
> 1 Jan 2016 Totals: 1/31/2016 5973157 1281576 -39811.51
> -247443.9 994320.6 1534165 1384.30 -95835.69
> 1439713 3910730 -13913.00
>
> 2 Feb 2016 Totals: 2/28/2016 5159011 1231964 -47356.74
> -372942.3...
2018 May 07
1
read.csv and Decimal places
...973156.76
> >
> >
> > tmp <- data.frame(RevFCast)
> >
> > > tmp
> >
> > Date Month TotalNetRev ClaimEditNew ClaimEditAdjusted
> > ClaimEditCancelled ClaimEditNetRev BRANew BRAAdjusted BRACancelled
> > BRANetRev OONNew OONAdjusted
> >
> > 1 Jan 2016 Totals: 1/31/2016 5973157 1281576 -39811.51
> > -247443.9 994320.6 1534165 1384.30 -95835.69
> > 1439713 3910730 -13913.00
> >
> > 2 Feb 2016 Totals: 2/28/2016 5159011 1231964 -47...
2018 Jun 01
0
Time-series moving average question
...-963346.75, -639288.2, -910104.23, -773428.8, -1008078.84, -546685.3, -729932.94, -987098.23,
-964001.63, -986995.93, -680066.58, -728854.58, -730766.92, -753861.59)
,.Dim = c(28L, 3L)
,.Dimnames = list(NULL, c("OONNetRev","OONAdjusted" ,"OONCancelled"))
,.Tsp = c(2016, 2018.25, 12), class = c("mts", "ts", "matrix"))
head(dat3); nrow(dat3)
TNR_moving_average <- forecast(ma(dat3[1:28], order=3), h=8)
TNR_moving_average
# Warning message:
# In ets(object, lam...
2018 Jun 01
2
Time-series moving average question
...-639288.2, -910104.23, -773428.8, -1008078.84, -546685.3, -729932.94, -987098.23,
-964001.63, -986995.93, -680066.58, -728854.58, -730766.92, -753861.59)
,.Dim = c(28L, 3L)
,.Dimnames = list(NULL, c("OONNetRev","OONAdjusted" ,"OONCancelled"))
,.Tsp = c(2016, 2018.25, 12), class = c("mts", "ts", "matrix"))
head(dat3); nrow(dat3)
TNR_moving_average <- forecast(ma(dat3[1:28], order=3), h=8)
TNR_moving_average
# Warning mes...