Lorenz System Simulation Dataset
收藏DataCite Commons2025-05-12 更新2025-04-15 收录
下载链接:
https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/BKNNTK
下载链接
链接失效反馈官方服务:
资源简介:
<pre>
<b> Lorenz system simulation: </b>
- <b>Wiki</b>: https://en.wikipedia.org/wiki/Lorenz_system
- <b>Original Article</b>: https://journals.ametsoc.org/view/journals/atsc/20/2/1520-0469_1963_020_0130_dnf_2_0_co_2.xml
- <b>Tau sims</b>: https://arxiv.org/pdf/2207.00521.pdf
- <b>Rho exp</b>: https://arxiv.org/pdf/2207.00521.pdf
- <b>Rho sin</b>: https://pubs.aip.org/aip/cha/article/31/3/033149/342213/Using-machine-learning-to-predict-statistical
</pre>
<pre>
<b>Terminology: </b>
- <b>Time span or time range </b>: duration of time over which the simulation runs.
- <b>Time step or delta time </b>: incremental time interval the simulation progresses.
-<b> Initial conditions (IC) </b>: initial values of the dependent variables and derivs.
</pre>
<pre>
<b>Data Generation: </b>
The datasets are generated using MATLAB, i.e. utilizing the ODE45 solver with multi-step integration. The ODE45 solver function implements the Runge-Kutta method with a variable time step for efficient computations. Each simulation starts with random initial conditions in the range [0, 1]. The time span for each simulation ranges from 1 to 100 with a time step of 0.01.
</pre>
<pre>
<b>File Information: </b>
Each CSV file contains a 2D array, mostly of the form:
<b>sim number, subsim number, t, x, y, z, rho or rho_0 value. </b>
The default Lorenz System parameters are <b>sigma = 10, rho = 28 and beta = 8/3. </b>
The files where the parameters were changed are named with the parameters values.
</pre>
<pre>
<b> Additional information: </b>
<b>For additional information about the datasets, check the !INFO!.png file</b>
<img> !INFO!.png </img>
</pre>
<b>洛伦兹系统(Lorenz system)仿真:</b>
- <b>维基百科(Wiki)</b>: https://en.wikipedia.org/wiki/Lorenz_system
- <b>原始论文(Original Article)</b>: https://journals.ametsoc.org/view/journals/atsc/20/2/1520-0469_1963_020_0130_dnf_2_0_co_2.xml
- <b>Tau仿真(Tau sims)</b>: https://arxiv.org/pdf/2207.00521.pdf
- <b>Rho实验(Rho exp)</b>: https://arxiv.org/pdf/2207.00521.pdf
- <b>Rho正弦(Rho sin)</b>: https://pubs.aip.org/aip/cha/article/31/3/033149/342213/Using-machine-learning-to-predict-statistical
<b>术语定义:</b>
- <b>时间跨度或时长范围(Time span or time range)</b>: 仿真运行的总时长。
- <b>时间步长或增量时间(Time step or delta time)</b>: 仿真推进的增量时间间隔。
- <b>初始条件(Initial Conditions, IC)</b>: 因变量及其导数的初始取值。
<b>数据生成方式:</b>
本数据集通过MATLAB生成,即采用ODE45求解器进行多步积分。ODE45求解器实现了变步长龙格-库塔(Runge-Kutta)方法以提升计算效率。每场仿真均采用[0, 1]区间内的随机初始条件,单场仿真的时间跨度为1至100,时间步长设为0.01。
<b>文件信息:</b>
每个CSV文件包含一个二维数组,其标准格式为:仿真编号、子仿真编号、时间t、变量x、y、z、ρ(rho)或ρ₀(rho_0)值。洛伦兹系统的默认参数为σ(sigma)=10,ρ(rho)=28,β(beta)=8/3。修改了系统参数的文件会以对应参数值命名。
<b>附加说明:</b>
如需了解该数据集的更多详情,请查看!INFO!.png文件。
<img>!INFO!.png</img>
提供机构:
Harvard Dataverse创建时间:
2024-09-11
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集包含通过MATLAB ODE45求解器生成的Lorenz系统模拟数据,采用Runge-Kutta方法和变步长积分,数据以CSV格式存储,包含模拟参数和时间序列结果。默认系统参数为sigma=10, rho=28, beta=8/3,部分文件针对不同参数进行了调整。
以上内容由遇见数据集搜集并总结生成



