|
073ed658b3
|
[edit] changed calculation of difference pdf to include large differences also
|
2016-06-14 14:28:46 +02:00 |
|
|
3705eb567b
|
[fix] overcome numerical instabilities
due to the usage of large absolute values (timestamp) on time axis the estimation of the expectation value gets instable
|
2016-05-09 12:06:47 +02:00 |
|
|
37f9292c39
|
renamed class method
|
2016-04-28 14:03:32 +02:00 |
|
|
416f4c7aa7
|
[bugfix] special method __nonzero__ should always return type bool
|
2016-04-12 14:48:57 +02:00 |
|
|
4a9c02e1d1
|
[closes 195] in principle comparing automatic and manual picks works
|
2016-04-12 04:55:04 +02:00 |
|
|
a475b366d4
|
[adresses #195] comparison dictionaries can now be compiled from QuakeML files
|
2016-03-31 14:29:29 +02:00 |
|
|
1fecec1696
|
[adresses #195] read_data now working correctly on QuakeML data
|
2016-03-31 08:50:09 +02:00 |
|
|
bd2bad7367
|
[adresses #195] task related new function introduced
|
2016-03-30 15:25:06 +02:00 |
|
|
15080f1699
|
[fix] fixed the nonzero test for pdf definition that all values have to be greater than zero and the integration over the whole interval has to evaluate to 1 with given precision
|
2016-03-09 11:21:33 +01:00 |
|
|
a5fe838514
|
added a str representation for the pdf class
|
2016-03-09 06:22:26 +01:00 |
|
|
f3467221cc
|
finished implementation of summation of two independent variables represented by a pdf
|
2016-03-09 06:21:48 +01:00 |
|
|
2de79eac77
|
[change] moved recursive function for broadcasting pdf in a new shape into the class' body
|
2016-03-09 06:19:41 +01:00 |
|
|
db4dd47daa
|
[bugfixes] made some fixes to the subtraction method; in some cases ValueErrors are raised which are now handled but raised as Warning
|
2016-03-08 20:35:56 +01:00 |
|
|
9f7f00314a
|
[closes #187] pdf methods for some values like expectation and plotting ready
|
2016-03-04 14:13:44 +01:00 |
|
|
e6b5848f36
|
[add] untested implementations of standard deviation and probability value determination methods to class ProbabilityDensityFunction
|
2016-03-04 06:27:11 +01:00 |
|
|
4606f84809
|
[new] implementing comparison methods into pdf class
|
2016-03-03 15:14:17 +01:00 |
|
|
96ea0d7ac3
|
improved readability of formula
|
2016-03-01 12:26:56 +01:00 |
|
|
e7b454bae8
|
[edit] just style related changes
|
2016-02-16 08:47:42 +01:00 |
|
|
3ee221b8eb
|
[edit] implementation of difference of two independent random variable as the correlation of the PDFs completed; summation pending due to unclear axis determination of the resultant PDF
|
2016-02-15 20:15:54 +01:00 |
|
|
f2cad2e151
|
[edit] changed implementation name from findlimits to commonlimits which is probably more intuitive for the user along with a new signature using other instead of giving the limits in advance
|
2016-02-15 20:15:54 +01:00 |
|
|
d5e16d64da
|
[edit] implemented method to derive limits for the special methods for addition and subtraction
|
2016-02-15 20:15:54 +01:00 |
|
|
2956f3b733
|
[edit] subclassing has been substituted by classmethod fromPick opportunity for creating a PDF object
|
2016-02-15 20:15:54 +01:00 |
|
|
e7a5e388f6
|
[edit] implementation of probability density function interface ready for testing
|
2016-02-15 20:15:54 +01:00 |
|
|
303a5f9cf0
|
[edit] probability density function superclass implemented due to the different character of these functions
|
2016-02-15 20:15:54 +01:00 |
|
|
ada9f4e780
|
[new] started implementation of probability density representation routines
|
2016-02-15 20:15:54 +01:00 |
|