Re: [R] Can someone please have a look at my query on stackoverflow ?

2024-05-28 Thread Ashim Kapoor
Dear Uwe and others, Here is my query: I am looking for a function which can:- take a seasonal ARMA model and return :- the spectrum of the seasonal ARMA model. I have seen: library(astsa) ?arma.spec However it's a bit clumsy to use arma.spec when my model has seasonal ar / ma terms. For e

Re: [R] Can someone please have a look at my query on stackoverflow ?

2024-05-27 Thread Uwe Ligges
On 28.05.2024 06:41, Ashim Kapoor wrote: Dear Sir, OK. I will migrate this query to stats.stackexchange.com. In any case, if you ask on the list, the question should be on the list. Personally, I do read mails, but rather not websites. Best, Uwe Ligges Best, Ashim On Mon, May 27, 2

Re: [R] Can someone please have a look at my query on stackoverflow ?

2024-05-27 Thread Ashim Kapoor
Dear Sir, OK. I will migrate this query to stats.stackexchange.com. Best, Ashim On Mon, May 27, 2024 at 8:28 PM David Winsemius wrote: > > If I had seen that post before it got a bounty, I would have voted to migrate > it to https://stats.stackexchange.com since it is a request for advice on

Re: [R] Can someone please have a look at my query on stackoverflow ?

2024-05-27 Thread David Winsemius
If I had seen that post before it got a bounty, I would have voted to migrate it to https://stats.stackexchange.com since it is a request for advice on methods as well as an implicit request for a package recommendation. — David Sent from my iPhone > On May 27, 2024, at 5:40 AM, Ashim Kapoor

[R] Can someone please have a look at my query on stackoverflow ?

2024-05-27 Thread Ashim Kapoor
Dear experts, I am having difficulty with computing spectrum of seasonal ARMA models. My query is posted here : https://stackoverflow.com/questions/78526800/computing-the-spectrum-of-a-seasonal-model-in-r Will be grateful if someone has a look at it and responds. Many thanks, Ashim. [