We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f9ea7 commit b3657d0Copy full SHA for b3657d0
doc/basics_of_qbmm.md
@@ -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