Bvarr
r package for bayesian VARs
Install / Use
/learn @bdemeshev/BvarrREADME
bvarr
Пожелания/замечения/приветы/ошибки в issue :)
Пакет bvarr может пригодиться для оценки BVAR моделей с сопряжённым нормальным - обратным Уишарта априорным распределением.
Пакет можно установить командами:
install.packages("devtools")
devtools::install_github("bdemeshev/bvarr")
Простой пример оценки BVAR с сопряжённым нормальным - обратным Уишарта априорным распределением
library("bvarr")
data(Yraw)
setup <- bvar_conj_setup(Yraw, p = 4)
model <- bvar_conj_estimate(setup)
bvar_conj_summary(model)
bvar_conj_forecast(model, h = 2, output = "wide")
bvar_conj_forecast(model, out_of_sample = FALSE, include = "mean", level = NULL, type = "credible")
Презентация BVAR: Great Grimpen Mire в Нижнем Новгороде 2016-09-22.
Цели пакета:
-
Хорошая документация
-
Гибкость
-
Разумные значения параметров по умолчанию
-
Робастность к мерзким матрицам
Модели BVAR также можно оценивать с помощью пакетов:
English translation
Wishes/notes/greetings/errors in issue :)
The package bvarr may be useful for estimation BVARs with conjugate Normal-Inverse Wishart prior.
You may install the package usinge the commands:
install.packages("devtools")
devtools::install_github("bdemeshev/bvarr")
Basic example of BVAR estimation with forecasting
library("bvarr")
data(Yraw)
setup <- bvar_conj_setup(Yraw, p = 4)
model <- bvar_conj_estimate(setup)
bvar_conj_summary(model)
bvar_conj_forecast(model, h = 2, output = "wide")
bvar_conj_forecast(model, out_of_sample = FALSE, include = "mean", level = NULL, type = "credible")
Presentation BVAR: Great Grimpen Mire in Nizhniy Novgorod 2016-09-22.
Goals of the package:
-
Good documentation
-
Versatile
-
Reasonable default values
-
Robustness for bad matrices
You may also wish look at
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
