From 8cc5f8069eff74f9484328c28d6054e8110a4c9c Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Wed, 27 Nov 2024 09:11:01 +0100 Subject: [PATCH] add misisng finite functions --- ostap/math/models.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ostap/math/models.py b/ostap/math/models.py index 3aa21f22..4bd00b80 100644 --- a/ostap/math/models.py +++ b/ostap/math/models.py @@ -1188,6 +1188,10 @@ def _tf3_getattr_ ( self , attr ) : Ostap.Math.GEV , Ostap.Math.MPERT , # + Ostap.Math.Up , + Ostap.Math.Hat , + Ostap.Math.FupN , + # Ostap.Math.ECDF , # Ostap.Math.BSpline ,