Skip to content

Commit 5231f1d

Browse files
committed
fix: ou process interface
1 parent 44082bb commit 5231f1d

File tree

1 file changed

+1
-1
lines changed
  • src/stochastic/diffusion

1 file changed

+1
-1
lines changed

src/stochastic/diffusion/ou.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ use crate::stochastic::SamplingExt;
77

88
#[derive(ImplNew)]
99
pub struct OU<T> {
10+
pub theta: T,
1011
pub mu: T,
1112
pub sigma: T,
12-
pub theta: T,
1313
pub n: usize,
1414
pub x0: Option<T>,
1515
pub t: Option<T>,

0 commit comments

Comments
 (0)