Skip to content

Commit b3657d0

Browse files
committed
added qbmm stuff to doc
1 parent 12f9ea7 commit b3657d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/basics_of_qbmm.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
'qbmm' : 'T',
2+
* Turns on QBMM. It uses CHyQMOM.
3+
'nnode' : 4,
4+
* Number of quadrature points.
5+
* Currently 4 is the only option.
6+
'dist_type' : 2,
7+
* 1 = Binormal distribution
8+
* 2 = Lognormal in R, Normal in V (Rdot)
9+
* Both of these use mean in R = 1, mean in V = 0
10+
'sigR' : 0.1,
11+
* Standard deviation of distribution in R
12+
'sigV' : 0.1,
13+
* Standard deviation of distribution in V (Rdot)
14+
'rhoRV' : 0.0,
15+
* Initial covariance between R and V directions (usually 0)

0 commit comments

Comments
 (0)