Skip to content

Commit

Permalink
Merge 5bc2769 into 9989cc1
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoughton committed Feb 17, 2020
2 parents 9989cc1 + 5bc2769 commit 91d3e9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions src/itmlogic/lrprop.py
Expand Up @@ -107,6 +107,7 @@ def lrprop(d, prop):

if prop['dist'] < prop['dlsa']:
if prop['wlos'] == 0:

d2 = prop['dlsa']
a2 = prop['aed'] + d2 * prop['emd']
d0 = 1.908 * prop['wn'] * prop['he'][0] * prop['he'][1]
Expand Down
11 changes: 0 additions & 11 deletions src/itmlogic/qerf.py
Expand Up @@ -5,18 +5,7 @@ def qerf(z):
The standard normal complementary probability - see function in
C. Hastings, Jr. (1955). The maximum error should be 7.5x10^-8.
Parameters
----------
z : TODO: Type
TODO: Description
Output
------
qerf1 : float
TODO:
"""

b1 = 0.319381530
b2 = -0.356563782
b3 = 1.781477937
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Expand Up @@ -276,6 +276,7 @@ def setup_prop_to_test_lrprop_2():
'kwx': 0,
'lvar': 5,
'mdp': -1,
'wlos': 0,
'mdvar': 11,
'mdvarx': 11,
'pfl': [
Expand Down

0 comments on commit 91d3e9e

Please sign in to comment.