-
Arch Model
金融时间序列分析
1. 采用Pandas从Yahoo网上下载上市公司的5到10年的日收盘数据,上证指数的日收盘数据。
2. 计算上市公司和上证指数的收益率,
3. 针对上市公司收益率进行ARMA建模,确定P和q,并对残差进行分析,最后向前预测多期,显示预测图。
4. 针对上市公司收益率进行ARCH建模,确定阶数,并对残差进行分析,最后进行预测。
5. 针对上市公司收益率进行GARCH建模,确定阶数,并对残差进行分析,最后进行预测。(use Arch Model to ananlyse and predict yields from public companies. Python. pandas)
- 2020-07-02 09:40:02下载
- 积分:1
-
1-GPIO
基于LPC2368的跑马灯程序,对新手会有很大帮助(LPC2368-based Marquee program will be very helpful for the novice)
- 2012-03-05 10:47:14下载
- 积分:1
-
XKK2
一个关于AT91SAM7SE的工程例子,部分代码为本人所写,主要为一个键盘处理的程序,程序需要在Keil下编译(A project on the AT91SAM7SE example, some code I wrote, mainly a keyboard handling procedures, the program needs to compile under Keil)
- 2009-10-15 16:39:55下载
- 积分:1
-
USB2CAN
基于stm32的usb转can。有源码以及电路图。(Based on stm32 the usb transfer can. Source code and schematics.)
- 2020-10-15 20:57:29下载
- 积分:1
-
RX23T_MRSSK_SPM_LESS_FOC_CSP_RV101
PMSM 180°正弦波无位置传感器FOC程序(PMSM 180 sensorless FOC program.)
- 2021-04-27 13:08:45下载
- 积分:1
-
SPI_FullDuplex_ComDMA
说明: stm32h743 spi+dma 开发示例(stm32h743 adc+dma example)
- 2020-10-26 19:49:59下载
- 积分:1
-
Cortex-M3authority-guide
Cortex-M3权威指南中文完美翻译版 学习cortex内核单片机必看(The perfect Chinese translation version of the Cortex-M3 authoritative guide to learn the cortex kernel microcontroller must-see)
- 2012-12-04 11:55:36下载
- 积分:1
-
LPC1766Schematic
ARM开发板原理图,LPC1766,流行开发芯片(ARM development board schematics, LPC1766, popular development chip)
- 2010-05-30 07:32:00下载
- 积分:1
-
MPC565init
功能强大的MPC565初始化程序,很有用的……(MPC565 Initial Code)
- 2010-08-20 09:16:09下载
- 积分:1
-
STM32F0XX教程+例程源码
STM32F0XX教程+例程源码
教程目录:
工程篇:搭建KEIL-MDK开发平台及制作MDK工程文件模板.pdf
资料篇-NUCLEO-072RB开发板特性讲解及资料准备.pdf
初级教程篇:按键(中断方式)实现24C04存储器内容读写.pdf
初级教程篇:实现一个LED灯(软件延时 systick定时器).pdf
中级教程篇:利用SPI总线构建NUCLEO-072RB和NUCLEO-302RB双机处理系统.pdf
中级教程篇:利用定时器实现6路互补PWM波形输出.pdf
高级教程篇:基于Labview上位机界面的NUCLEO-072RB数据采集系统.pdf
例程目录:
1.ADC
2.BLDC
3.DEMO-工程模板
4.EEPROM
5.KEY(中断方式)
6.KEY-EEPROM
7.LED(systick定时)
8.LED(软件延时)
9.PWM
10.SPI-MASTER-F0
11.SPI-SLAVE-F3
12.STM32-Labview-ADC
13.UART(printf 查询方式接收)
14.UART(中断方式方式接收)(STM32F0XX tutorial + routine source code
Directory of courses:
Project: building KEIL-MDK development platform and making MDK project document template.Pdf
Information sheet -NUCLEO-072RB development board characteristics and data preparation.Pdf
Primary tutorial: key (interrupt mode) to achieve 24C04 memory content read and write.Pdf
Junior tutorial: realizing a LED lamp (software delay systick timer).Pdf
Intermediate tutorial: using SPI bus to build NUCLEO-072RB and NUCLEO-302RB dual processor system.Pdf
Intermediate tutorial: using timer to realize 6 complementary PWM waveform output.Pdf
Advanced tutorial: NUCLEO-072RB data acquisition system based on Labview host computer interface.Pdf
Routine Directory:
1.ADC
2.BLDC
3.DEMO- engineering template
4.EEPROM
5.KEY (interrupt mode)
6.KEY-EEPROM
7.LED (systick timing)
8.LED (software delay)
9.PWM
10.SPI-MASTER-F0
11.SPI-SLAVE-F3
12.STM32-Labview-ADC
13.UART (printf query mode)
14.UART (interrupt mode receive))
- 2020-06-27 09:20:01下载
- 积分:1