zoukankan      html  css  js  c++  java
  • 交易策略研究 R库

    本文在Creative Commons许可证下发布

    交易策略研究 R库,直接安装:xts, TTR,quantmod,RTAQ,PerformanceAnalytics,FactorAnalytics, IBrokers等R包。其他需要手动安装的包如下:

    1、包:blotter

    安装方法:

    install.packages("blotter", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    2、包:FinancialInstrument

    安装方法:

    install.packages("FinancialInstrument", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    3、包:quantstrat

    安装方法:

    install.packages("quantstrat", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

     

    4、包:FactorAnalytics

    安装方法:

    install.packages("FactorAnalytics", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    5、包:highfrequencies

    安装方法:

    install.packages("highfrequency", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    6、包:qmao

    安装方法:

    install.packages("qmao", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    7、包:twsInstrument

    安装方法:

    install.packages("twsInstrument", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

     主要包更新:

    install.packages(c("FinancialInstrument", "quantmod", "blotter", "quantstrat", "qmao"), repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

      

     






























    -----------做计算机网络架构和量化投资理论的高效学习产出者
  • 相关阅读:
    一句话搞定qt4 开发环境
    一句话随笔.....
    es6学习笔记(二)
    Vue学习笔记(一)
    es6学习笔记(一)
    Java中的一些基础概念
    你了解Java中String的substring函数吗?
    Ajax请求与浏览器缓存
    QCon杭州2012技术开发大会感受
    为什么选择使用Sass而不是Less?
  • 原文地址:https://www.cnblogs.com/evilqliang/p/6141122.html
Copyright © 2011-2022 走看看