Fatal error when runing es() function in R2019 Community Moderator ElectionGrouping functions (tapply, by, aggregate) and the *apply familyR Studio crashes when running bigvis condense() and bin()Use dygraph for R to plot xts time series by year only?R Crashes when training using caret and method = gamLoessCreate proper input names for the hts character argument RError in `-.default`(y, fits) : non-conformable arrays, when using FUN= in forecast.gts of hts packageFatal error on R studio launchingRstudio encountered a Fatal Error on startupRStudio initialization error, unexpected exception, fatal errorError in loading RWeka
Is this Paypal Github SDK reference really a dangerous site?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
If sound is a longitudinal wave, why can we hear it if our ears aren't aligned with the propagation direction?
Is there a math expression equivalent to the conditional ternary operator?
Traveling to heavily polluted city, what practical measures can I take to minimize impact?
Numerical value of Determinant far from what it is supposed to be
Help! My Character is too much for her story!
Is it a Cyclops number? "Nobody" knows!
Computation logic of Partway in TikZ
What do you call someone who likes to pick fights?
Can't make sense of a paragraph from Lovecraft
cannot log in to the server after changing SSH port
Are all players supposed to be able to see each others' character sheets?
How can I portion out frozen cookie dough?
What is the "determinant" of two vectors?
Giving a career talk in my old university, how prominently should I tell students my salary?
What does *dead* mean in *What do you mean, dead?*?
What will happen if my luggage gets delayed?
How to educate team mate to take screenshots for bugs with out unwanted stuff
How do we create new idioms and use them in a novel?
Translation of 答えを知っている人はいませんでした
Under what conditions can the right to remain silent be revoked in the USA?
ESPP--any reason not to go all in?
Is it appropriate to ask a former professor to order a book for me through an inter-library loan?
Fatal error when runing es() function in R
2019 Community Moderator ElectionGrouping functions (tapply, by, aggregate) and the *apply familyR Studio crashes when running bigvis condense() and bin()Use dygraph for R to plot xts time series by year only?R Crashes when training using caret and method = gamLoessCreate proper input names for the hts character argument RError in `-.default`(y, fits) : non-conformable arrays, when using FUN= in forecast.gts of hts packageFatal error on R studio launchingRstudio encountered a Fatal Error on startupRStudio initialization error, unexpected exception, fatal errorError in loading RWeka
es
function in smooth package has a weird behavior for some short time-series. Here is a case:
require(smooth) # version 2.4.7
#create two time series of length 10
vec1_ts<-ts(c(36,24,51,7,7,77,1,29,19,2),start=c(2016,1),frequency=12)
vec2_ts<-ts(1:10,start=c(2016,1),frequency=12)
#this works:
es(vec1_ts)
#but this doesn't:
es(vec2_ts)
# another non-working example with a shorter length
vec3_ts<-ts(c(23,5,4,12,2,5),start=c(2016,1),frequency = 12)
es(vec3_ts)
I got a "R encountered a fatal error" message, and then forced to terminate the session when running es for the second time-series.
r time-series forecasting
add a comment |
es
function in smooth package has a weird behavior for some short time-series. Here is a case:
require(smooth) # version 2.4.7
#create two time series of length 10
vec1_ts<-ts(c(36,24,51,7,7,77,1,29,19,2),start=c(2016,1),frequency=12)
vec2_ts<-ts(1:10,start=c(2016,1),frequency=12)
#this works:
es(vec1_ts)
#but this doesn't:
es(vec2_ts)
# another non-working example with a shorter length
vec3_ts<-ts(c(23,5,4,12,2,5),start=c(2016,1),frequency = 12)
es(vec3_ts)
I got a "R encountered a fatal error" message, and then forced to terminate the session when running es for the second time-series.
r time-series forecasting
add a comment |
es
function in smooth package has a weird behavior for some short time-series. Here is a case:
require(smooth) # version 2.4.7
#create two time series of length 10
vec1_ts<-ts(c(36,24,51,7,7,77,1,29,19,2),start=c(2016,1),frequency=12)
vec2_ts<-ts(1:10,start=c(2016,1),frequency=12)
#this works:
es(vec1_ts)
#but this doesn't:
es(vec2_ts)
# another non-working example with a shorter length
vec3_ts<-ts(c(23,5,4,12,2,5),start=c(2016,1),frequency = 12)
es(vec3_ts)
I got a "R encountered a fatal error" message, and then forced to terminate the session when running es for the second time-series.
r time-series forecasting
es
function in smooth package has a weird behavior for some short time-series. Here is a case:
require(smooth) # version 2.4.7
#create two time series of length 10
vec1_ts<-ts(c(36,24,51,7,7,77,1,29,19,2),start=c(2016,1),frequency=12)
vec2_ts<-ts(1:10,start=c(2016,1),frequency=12)
#this works:
es(vec1_ts)
#but this doesn't:
es(vec2_ts)
# another non-working example with a shorter length
vec3_ts<-ts(c(23,5,4,12,2,5),start=c(2016,1),frequency = 12)
es(vec3_ts)
I got a "R encountered a fatal error" message, and then forced to terminate the session when running es for the second time-series.
r time-series forecasting
r time-series forecasting
edited 2 days ago
JohnPython
asked Mar 6 at 23:01
JohnPythonJohnPython
3716
3716
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This looks like a bug in the function of that package. Can you, please, submit the bug here: https://github.com/config-i1/smooth/issues
The StackOverflow is not for solving problems of specific packages, it is for the solution of more general problems.
This has been fixed in v2.4.8.41009, which is currently on github: github.com/config-i1/smooth
– Ivan Svetunkov
4 hours ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55033572%2ffatal-error-when-runing-es-function-in-r%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This looks like a bug in the function of that package. Can you, please, submit the bug here: https://github.com/config-i1/smooth/issues
The StackOverflow is not for solving problems of specific packages, it is for the solution of more general problems.
This has been fixed in v2.4.8.41009, which is currently on github: github.com/config-i1/smooth
– Ivan Svetunkov
4 hours ago
add a comment |
This looks like a bug in the function of that package. Can you, please, submit the bug here: https://github.com/config-i1/smooth/issues
The StackOverflow is not for solving problems of specific packages, it is for the solution of more general problems.
This has been fixed in v2.4.8.41009, which is currently on github: github.com/config-i1/smooth
– Ivan Svetunkov
4 hours ago
add a comment |
This looks like a bug in the function of that package. Can you, please, submit the bug here: https://github.com/config-i1/smooth/issues
The StackOverflow is not for solving problems of specific packages, it is for the solution of more general problems.
This looks like a bug in the function of that package. Can you, please, submit the bug here: https://github.com/config-i1/smooth/issues
The StackOverflow is not for solving problems of specific packages, it is for the solution of more general problems.
answered 6 hours ago
Ivan SvetunkovIvan Svetunkov
63
63
This has been fixed in v2.4.8.41009, which is currently on github: github.com/config-i1/smooth
– Ivan Svetunkov
4 hours ago
add a comment |
This has been fixed in v2.4.8.41009, which is currently on github: github.com/config-i1/smooth
– Ivan Svetunkov
4 hours ago
This has been fixed in v2.4.8.41009, which is currently on github: github.com/config-i1/smooth
– Ivan Svetunkov
4 hours ago
This has been fixed in v2.4.8.41009, which is currently on github: github.com/config-i1/smooth
– Ivan Svetunkov
4 hours ago
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55033572%2ffatal-error-when-runing-es-function-in-r%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown