search for: nma

Displaying 19 results from an estimated 19 matches for "nma".

Did you mean: dma
2023 May 31
1
error in arfima...
dear members, I am using arfima() from forecast package to model a time series. The following is the code: > LYGH[[202]] [1] 45.40 3.25 6.50 2.15 > arfima(LYGH[[202]]) Error in .fdcov(x, fdf$d, h, nar = nar, nma = nma, hess = hess, fdf.work = fdf$w) : NA/NaN/Inf in foreign function call (arg 5) I tried viewing .fdcov() with the following code: View(environment(fracdiff)$.fdcov) but I see no stop() with the above mentioned error message. Can you please help? THanking you, Yours sincerely, AKSHAY M KULK...
2023 Jun 01
1
error in arfima...
...:33 +0000 writes: > dear members, > I am using arfima() from forecast package to model a time > series. The following is the code: >> LYGH[[202]] > [1] 45.40 3.25 6.50 2.15 >> arfima(LYGH[[202]]) > Error in .fdcov(x, fdf$d, h, nar = nar, nma = nma, hess = hess, fdf.work = fdf$w) : > NA/NaN/Inf in foreign function call (arg 5) > I tried viewing .fdcov() with the following code: > View(environment(fracdiff)$.fdcov) > but I see no stop() with the above mentioned error message. > Can you please help?...
2018 Feb 15
2
Codes to conduct network meta-analysis, gemtc package
Hi,I want codes that could help me do NMA from the data. I would appreciate if you could give a dummy table with which I could practice the codes that would help read the data and calculateOdds ratio (OR) Mean difference (MD) forest plot Density plot of posterior samples Estimates of ranks probabilities Rank probabilities plot (rankogram)?...
2023 Jun 05
1
error in arfima...
...n arfima... > Dear Martin, > REgrets to reply this late.... > I am staring at a conundrum never before encountered in my experience with R: > LYGH[[201]] > [1] 45.40 3.25 6.50 2.15 > > arfima(LYGH[[201]]) > Error in .fdcov(x, fdf$d, h, nar = nar, nma = nma, hess = hess, fdf.work = fdf$w) : > NA/NaN/Inf in foreign function call (arg 5) > > arfima(c(45.40,3.25,6.50,2.15)) > Call: > arfima(y = c(45.4, 3.25, 6.5, 2.15)) > Coefficients: > d > 4.583013e-05 > sigma[eps] = 18.01252 > a list with components:...
2004 Feb 17
1
Bug report for fracdiff
...acdiff library (this is for fractionally integrated ARMA processes; Haslett and Raftery 1989). The documentation suggests that one tries the following simple example: library(fracdiff) ts.test <- fracdiff.sim( 5000, ar = .2, ma = -.4, d = .3) fracdiff( ts.test$series, nar = length(ts.test$ar), nma = length(ts.test$ma)) When I run this, I get the following error: R --vanilla < demo.R > demo.out Warning message: unable to compute correlation matrix in: switch(temp$info, warning("warning in gamma function"), warning("singular Hessian"), This doesn't look nic...
2006 Jan 21
1
proprietary SSH -> OpenSSH migration and rsync errors
...versions OpenSSH on RH7, 9 and CentOS4.2 When I run rsync over ssh, even sudo, I get permissions errors: sudo rsync -av --rsh=/usr/bin/ssh --delete <source dir> <user>@<server>:<dest dir> readlink groups/amatogroup/intranet/FoldingServerOO-dev/trash/foldingServer/Folding.NMA/CVS: Permission denied and opendir(groups/amatogroup/research/shepherding/single/RCS): Permission denied Any idea? I did a lot of googling, but nothing that looked useful to me. Thanks! -- Enrico Indiogine Parasol Laboratory Texas A&M University enricoi at cs.tamu.edu hindiogine at gmail...
2009 Feb 20
0
residuals from a fractional arima model and other questions
...ive me if this is totally obvious which I'm sure it may be. Is it just a matter of expanding out the (1-L)^d term?) 2. I don't have access to the cited Haslett & Raftery (1989) paper, but could someone explain to me the little cautionary note in the help page stating that "nar and nma should not be too large (say < 10) to avoid degeneracy in the model." I see that a different implementation of the FARIMA procedure in Splus could lead to an explosive, ie. non-stationary model when it's used to fit a log volatility data set (Zivot & Wang, p.291). Zivot explains tha...
2018 Feb 15
0
Codes to conduct network meta-analysis, gemtc package
...an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Feb 15, 2018 at 1:28 AM, shaju jacob via R-help < r-help at r-project.org> wrote: > Hi,I want codes that could help me do NMA from the data. I would > appreciate if you could give a dummy table with which I could practice the > codes that would help read the data and calculateOdds ratio (OR) > Mean difference (MD) > forest plot > Density plot of posterior samples > Estimates of ranks probabilities > R...
2018 Feb 15
1
Codes to conduct network meta-analysis, gemtc package
...p coming along >and >sticking things into it." >-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > >On Thu, Feb 15, 2018 at 1:28 AM, shaju jacob via R-help < >r-help at r-project.org> wrote: > >> Hi,I want codes that could help me do NMA from the data. I would >> appreciate if you could give a dummy table with which I could practice >the >> codes that would help read the data and calculateOdds ratio (OR) >> Mean difference (MD) >> forest plot >> Density plot of posterior samples >> Estimates o...
2008 Jan 13
2
is it safe to replace every "<-" by "=" in R code?
hi; When I first started looking at R code, I thought that the <- notation for assignment made the code less readable (and I still do). Then I found that now one can use "=" in place of "<-" for assignment (I understand this started since version 1.4). Anyway, I think using "=" makes the code much more readable. I was wondering, would it be safe if I
2006 Jan 21
1
SOLVED: proprietary SSH -> OpenSSH migration and rsync errors
...t;:<dest dir> > > > > > > > I've always used -e ssh when rsyncing that way, might give it a shot > > and see if it's a command difference. > > > > > > > readlink groups/amatogroup/intranet/FoldingServerOO-dev/trash/foldingServer/Folding.NMA/CVS: > > > Permission denied > > > > > > and > > > > > > opendir(groups/amatogroup/research/shepherding/single/RCS): Permission denied > > > > > > Any idea? I did a lot of googling, but nothing that looked useful to me. > > >...
2008 Jan 06
1
how to use R for Beta Negative Binomial
I think I should have posted this question here as well. I am posting my question here since it is R related. Please see below. I originally posted this to sci.stat.math "Nasser Abbasi" <nma at 12000.org> wrote in message news:Mm4gj.28843$R92.4987 at newsfe16.phx... > > I think R documentation is a bit hard for me to sort out at this time. > > I was wondering if someone who knows R better than I do could please let > me know the command syntax to find the mean of Beta...
2010 May 06
0
forecast using arfima
Hello! I used the function fracdiff(dn, nar=1, nma=1) and got the values of d, ar and ma coefficients. Also another coefficients were get under fdGPH, fdSperio. How could I get the forecasts in these models? Thank you very much [[alternative HTML version deleted]]
2005 Jul 20
1
Re: help me in printer driver
...av chaudhary wrote: >>hi >> me keshu,Can u help me to make a printer driver in VC++ >> >>thanks >>keshav >> >>_________________________________________________________________ >>7000 classifieds >>http://www.sulekha.com/classifieds/cllist.aspx?nma=IN&ref=msn -Chennai, >>Mumbai, Hyderabad Bangalore. >> >> > >-- >David Collier-Brown, | Always do right. This will gratify >Sun Microsystems, Toronto | some people and astonish the rest >davecb@canada.sun.com | -- Mark Twain >(4...
2012 Nov 05
0
Customly low standard deviation in fracdiff.var function
...ument ? The example of the help file shows this fact : {Quote} ## Generate a fractionally-differenced ARIMA(1,d,1) model :ts.test <- fracdiff.sim(10000, ar = .2, ma = .4, d = .3)## estimate the parameters in an ARIMA(1,d,1) model for the simulated seriesfd.out <- fracdiff(ts.test$ser, nar= 1, nma = 1) ## Modify the covariance estimate by changing the finite-difference interval(fd.o2 <- fracdiff.var(ts.test$series, fd.out, h = .0001))## looks identical as print(fd.out),## however these (e.g.) differ :vcov(fd.out)vcov(fd.o2) {end of quote} Looking at vcov(fd.o2) gives that sd's are in...
2020 Mar 26
0
[PATCH nbdkit 9/9] tests/old-plugins: Add plugin from nbdkit 1.18.2.
...ugins-%.sh: diff --git a/tests/old-plugins/x86_64/Linux/v1.18.2/nbdkit-file-plugin.so b/tests/old-plugins/x86_64/Linux/v1.18.2/nbdkit-file-plugin.so new file mode 100755 index 0000000000000000000000000000000000000000..b0d93bc4c262cfbd1cf5de4cb9421422730c82c4 GIT binary patch literal 28064 zcmeHQ3w%`NmA{h*L;^EWv4Uc~(4aveCOj0xNQOL^!SIkIh%Gn_nF*OPnHgs8@bFQ> zCZXPjC~n<q*KSK|+hu+HiY}!{6{Eati(9nV^=-rlcMJ$dMJnp-|9p>|%Z0Sv?f!Ou zyTAGPP0l^%JLi1oJKy=v{pOqdUDj6BRA)IHiY(d6bqZl6g`83@DwZ^g3xINEijt4N zmnb6`Z%$v;8CL}boFt(laB3r$s#N-eqO!jxTz3J-CA7-1_R0mn4Zby)(<QXZ4M5fA zMZA7<_;k2MbfSnEg*stp7A{GyOUQK...
2020 Mar 26
15
[PATCH nbdkit 0/9] Create libnbdkit.so
This creates libnbdkit.so as discussed in the following thread: https://www.redhat.com/archives/libguestfs/2020-March/thread.html#00203 test-delay-shutdown.sh fails for unclear reasons. This series starts by reverting "tests: Don't strand hung nbdkit processes" which is because several other tests fail randomly unless I revert this patch. I didn't investigate this yet so it
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...FKe>PX9i%(+le(Xqz`yiaImb?~<Iu`vXhUUF|RUntjoNPaIc z;n at P!s-?oA>-OjsVxH`Vwzr%3)MEhO?32*+T^{*%1b#1ioI3Z07$f}!Pu*U+baduk z9$@!**D4gz%sJ2TigrST!C-?-BC_2*^}W+`iqUY2c5dCSK~n|LeGfcrnjBsqul`(z zbNBkX^VC|HC4(Ly&yRr1swUQ=O+o&dliv62NI3J!Q5AW>!D$Z^&hg$bo{-<?CuB!s zGaguS+fVrAUyLF{%y$9nMA_IpHax?95>fb&<-^k{-ma%)2prSF`P#&b3_YjyVa at AX z0(GUvy-eFSBCE~wX~g3P0PcYSEm0S9Lyb>YW>@87-G?}R>(q=M0S_-SB$G}BS$S;2 zman0>q`MMLGFvk-%=ZCsTSZ{vbR{F`v4yj9`Ne&b%2p+1x|ITQj at BSi5wPRvg4Iq; z)tH3!i$|2&X*R)^=8yece`Qc#J%4h4EtrXB7JH0l7ERQhdgt_$4*NdkRAuH^e}&VD zhK%|)8OkZD...