Skip to content

Commit

Permalink
Add tfp.math.owens_t for the Owen's T function.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 354462233
  • Loading branch information
srvasude authored and tensorflower-gardener committed Jan 29, 2021
1 parent 09205a1 commit abc8624
Show file tree
Hide file tree
Showing 3 changed files with 593 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_probability/python/math/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
from tensorflow_probability.python.math.special import lbeta
from tensorflow_probability.python.math.special import log_gamma_correction
from tensorflow_probability.python.math.special import log_gamma_difference
from tensorflow_probability.python.math.special import owens_t
from tensorflow_probability.python.math.special import round_exponential_bump_function
from tensorflow_probability.python.random import rademacher as random_rademacher
from tensorflow_probability.python.random import rayleigh as random_rayleigh
Expand Down Expand Up @@ -123,6 +124,7 @@
'minimize',
'MinimizeTraceableQuantities',
'ode',
'owens_t',
'pivoted_cholesky',
'psd_kernels',
'random_rademacher',
Expand Down
Loading

0 comments on commit abc8624

Please sign in to comment.