Updated chi and f alphas

master
Meliurwen 2 years ago
parent c5abd6641c
commit 4e5ffaf4cc
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 4
      benchmark.py

@ -39,8 +39,8 @@ def structure_constraint_based_estimation_example():
# that contains them and pass it as known_edges parameter
se1 = StructureConstraintBasedEstimator(
sample_path=s1,
exp_test_alfa=0.1,
chi_test_alfa=0.1,
exp_test_alfa=1e-6,
chi_test_alfa=1e-4,
known_edges=[],
thumb_threshold=25
)

Loading…
Cancel
Save