[change] pdf for difference of picks estimated via curve_fit (to be tested)

This commit is contained in:
2016-07-11 14:15:41 +02:00
parent 08fc5d554b
commit ef613e48a4
2 changed files with 78 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from pylot.core.util.pdf import ProbabilityDensityFunction
pdf = ProbabilityDensityFunction.from_pick(0.34, 0.5, 0.54, type='exp')
pdf2 = ProbabilityDensityFunction.from_pick(0.34, 0.5, 0.54, type='exp')
diff = pdf - pdf2