代码拉取完成,页面将自动刷新
#!/bin/sh
##############################################################
# Author: Yasuko Matsubara
# Email: [email protected]
# URL: https://www.dm.sanken.osaka-u.ac.jp/~yasuko/
# Date: 2020-04-24
#------------------------------------------------------------#
# Copyright (C) 2020 Yasuko Matsubara & Yasushi Sakurai
# OrbitMap is freely available for non-commercial purposes
##############################################################
OUTDIR="./_out/tmp/"
mkdir $OUTDIR
#-------------------#
# input parameter settings
# outdir: output directory
# seqfnORG: original sequence file name
# mscale: multi-scale-modeling (default: 1)
# est_st: start estimation (preprocessing, find opt rho, etc.)
# est_n: estimation length (preprocessing, find opt rho, etc.)
# cast_st: start forecast (real-time modeling and forecasting)
# cast_n: forecast length (real-time modeling and forecasting)
# lstep: lsteps-ahead forecasting
#-------------------#
#--- synthetic data
seqfnORG="_dat/synthetic_X3"
outdir="./_out/tmp/syn/"
lstep=10; est_st=0; est_n=500; cast_st=$est_n; cast_n=$est_n;
lstep=10
#-------------------#
#--- google trends data (13weeks/3months-ahead forecasting)
#seqfnORG="../../DATA/google/seq/outdoor.dat"
#outdir="./_out/tmp/google_t_o/"
#lstep=13; est_st=0; est_n=260; cast_st=$est_n; cast_n=$est_n;
#--- google trends data (13weeks/3months-ahead forecasting)
#seqfnORG="../../DATA/google/seq/sports.dat"
#outdir="./_out/tmp/google_t_s/"
#lstep=13; est_st=0; est_n=260; cast_st=$est_n; cast_n=$est_n;
#-------------------#
mkdir $outdir
echo "------------------"
echo "OrbitMap START: "
echo "label:" $label
echo "outdir:" $outdir
echo "------------------"
#-------------------#
#-------------------#
mscale=1
mode="1-1-1"
#mode="0-0-1"
#mode="1-1-1" # est + scan + viz
sh main_om.sh $mode $outdir $seqfnORG $lstep $est_st $est_n $cast_st $cast_n $mscale #> $outdir"log.txt"
echo "=================="
echo " OrbitMap END "
echo "=================="
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。