Giter Club home page Giter Club logo

Comments (3)

vst avatar vst commented on August 14, 2024

garch method comes from within tseries package.

You can issue following command to install and load tseries:

install.packages("tseries")
library(tseries)

BTW: What is the problem with installation? What is the error message you are receiving? What is your platform (eg. GNU/Linux, Mac OSX, Windows) and R version?

from mgarch.

linfengzhou avatar linfengzhou commented on August 14, 2024

Thank you for informing that.My platform is windows, and R version is v3.1.0. I install mgarch from the github using the devtools package:

require(devtools)
install_github('mgarch','vst')

And the following information is:

Installing github repo mgarch/master from vst
Downloading master.zip from https://github.com/vst/mgarch/archive/master.zip
Installing package from C:\Users\Luke\AppData\Local\Temp\Rtmpc7XEzQ/master.zip
Installing mgarch
"F:/PROGRA2/R/R-311.0/bin/i386/R" --vanilla CMD INSTALL
"C:\Users\Luke\AppData\Local\Temp\Rtmpc7XEzQ\devtools36b0717a32f6\mgarch-master"
--library="F:/Program Files/R/R-3.1.0/library" - install-tests

installing source package 'mgarch' ...
** libs
*** arch - i386
Warning: running command 'make -f "F:/PROGRA2/R/R-311.0/etc/i386/Makeconf" -f "F:/PROGRA2/R/R-311.0/share/make/winshlib.mk" SHLIB="mgarch.dll" OBJECTS="loglikelihood.o loglikelihood_GJR.o matrixlib.o"' had status 127
ERROR: compilation failed for package 'mgarch'

  • removing 'F:/Program Files/R/R-3.1.0/library/mgarch'
    Error: Command failed (1)```

And I don't know how to fix it.

By the way, when i were using the dcc.est.r, the r told me

Error in optim(theta.old, fun, gradient, control = control, method = method, :
initial value in 'vmmin' is not finite

What should i check? Data? or other things?

from mgarch.

vst avatar vst commented on August 14, 2024

I am sorry, I missed your message.

I don't know what the problem is as I can't reproduce it on my Mac OSX. And it was working lately on GNU/Linux.

I have uploaded the Windows binary to my public Dropbox folder. I got it compiled on the Win-builder (http://win-builder.r-project.org/). You can grab it from the following URL and give it a try:

https://dl.dropboxusercontent.com/u/14420846/mgarch_0.0-5.zip

Re. vmmin: please check your data. It should work. However, a better alternative would be to check the following two packages:

  1. ccgarch
  2. rmgarch

from mgarch.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.