Displaying 2 results from an estimated 2 matches for "6month".
Did you mean:
month
2010 Jan 16
2
Drought severity index: Excel to R
....ac.uk/229/01/MaloneS.pdf
The code is given in Excel as the following and can be found on page 60
from the same link.
C7 =
IF(C6<0,IF(@SUM(A6:A1)<0,C6+A6,"0"),
IF(B7>=0,"0",IF(A6>=0,"0",A6)))
Column A contains the raw anomaly data. Column B contains the 6month
rolling sum and Column C contains the results of the conditional
statement which in turn is recycled and input into the conditional
statement.
I translated the Excel formula into R, but without any success.
x <- as.matrix(read.table("sample.txt")) # where sample.txt contains
valu...
2013 Dec 23
0
samba Digest, Vol 132, Issue 25
I think the 6month period comes from the "tombstoneLifetime" attribute
present under this DN. The default is 180 days.
dn: CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration, BASEDN
Can this value be reduced and wait for samba to purge the old deleted
objects?
Modifying this value has other im...