Displaying 4 results from an estimated 4 matches for "dnumber".
Did you mean:
number
2009 Sep 29
0
time series and ACF
...e i've read that financial data resembles the random walk, where the ARIMA model fits). is this correct?
if my data is called "numbers"
ts.plot(numbers)
acf(numbers,30,type='partial')
now, i want to difference at a particular number of lags, and i thought to use this code:
dnumbers <- diff(numbers, 10)
ts.plot(dnumbers)
acf(dnumbers)
acf(dnumbers, 30,type='partial')
but i get error messages after ts.plot(dnumbers):
Error in matrix(rep.int(tx, k), ncol = k) :
invalid 'nrow' value (too large or NA)
and after acf(dnumbers):
Error in plot.acf(acf.out, ....
2009 Sep 30
0
FW: time series and ACF
...e i've read that financial data resembles the random walk, where the ARIMA model fits). is this correct?
if my data is called "numbers"
ts.plot(numbers)
acf(numbers,30,type='partial')
now, i want to difference at a particular number of lags, and i thought to use this code:
dnumbers <- diff(numbers, 10)
ts.plot(dnumbers)
acf(dnumbers)
acf(dnumbers, 30,type='partial')
but i get error messages after ts.plot(dnumbers):
Error in matrix(rep.int(tx, k), ncol = k) :
invalid 'nrow' value (too large or NA)
and after acf(dnumbers):
Error in plot.acf(acf.out, ....
2003 Apr 19
0
3.0 alpha23 ldapsam/group mapping issue
...alpha23/source/passdb/p
db_ldap.c:init_sam_from_ldap(1059)
Entry found for user: sambauser
[2003/04/19 13:39:00, 2]
/Users/admin/newsamba/samba-3.0alpha23/source/passdb/p
db_ldap.c:ldapsam_search_one_group(2187)
ldapsam_search_one_group: searching
for:[(&(objectClass=sambaGroupMapping)(gi
dNumber=1002))]
[2003/04/19 13:39:00, 2]
/Users/admin/newsamba/samba-3.0alpha23/source/passdb/p
db_ldap.c:ldapsam_search_one_group(2187)
ldapsam_search_one_group: searching
for:[(&(objectClass=sambaGroupMapping)(gi
dNumber=-1))]
[2003/04/19 13:39:00, 2]
/Users/admin/newsamba/samba-3.0alpha23/sourc...
2005 Jul 06
2
Samba LDAP timeout
...u=people,dc=marlboro,dc=edu
objectClass: eduMarlboroPerson
objectClass: posixAccount
objectClass: radiusProfile
objectClass: sambaSamAccount
sn: Fakerson
givenName: Faker
cn: Faker Fakerson
displayName: Faker Fakerson
gecos: Faker Fakerson
uid: faker
mail: faker@marlboro.edu
loginShell: /bin/bash
uidNumber: 11702
homeDirectory: /home/guest/faker
dialupAccess: TRUE
eduMarlboroJobDescription: This is a fake job description. The quick brown fox
jumped over the lazy dog.
eduMarlboroNetworkAccess: false
gidNumber: 50004
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
The...