Skip to content

Commit

Permalink
Compute S with more generic formula for radius
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndorra committed Jun 10, 2024
1 parent f2b03d8 commit 4f76576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymc/gp/hsgp_approx.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@


def set_boundary(X: TensorLike, c: numbers.Real | TensorLike) -> np.ndarray:
"""Set the boundary using `X` and `c`. `X` can be centered around zero but doesn't have to be,
and `c` is usually a scalar multiplier greater than 1.0, but it may also be one value per
"""Set the boundary using `X` and `c`. `X` can be centered around zero but doesn't have to be,
and `c` is usually a scalar multiplier greater than 1.0, but it may also be one value per
dimension or column of `X`.
"""
# compute radius. Works whether X is 0-centered or not
Expand Down

0 comments on commit 4f76576

Please sign in to comment.