Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfm/george
/ functions
Functions
513 in github.com/dfm/george
⨍
Functions
513
◇
Types & classes
73
↳
Endpoints
2
↓ 62 callers
Method
get_axis
src/george/include/george/kernels.h:644
↓ 42 callers
Method
get_naxes
src/george/include/george/subspace.h:18
↓ 33 callers
Method
size
Parameter vector spec.
src/george/include/george/kernels.h:34
↓ 29 callers
Method
value
src/george/include/george/kernels.h:78
↓ 20 callers
Method
set_parameter_vector
Set the parameter values to the given vector Args: vector (array[vector_size] or array[full_size]): The target
src/george/modeling.py:233
↓ 18 callers
Method
ExpSquaredKernel
src/george/include/george/kernels.h:1843
↓ 18 callers
Method
block
(self)
src/george/kernels.py:423
↓ 18 callers
Method
get_axis
src/george/include/george/metrics.h:58
↓ 18 callers
Method
get_ndim
src/george/include/george/kernels.h:35
↓ 18 callers
Method
get_parameter_vector
Get an array of the parameter values in the correct order Args: include_frozen (Optional[bool]): Should the frozen param
src/george/modeling.py:220
↓ 16 callers
Method
get_parameter_names
Get a list of the parameter names Args: include_frozen (Optional[bool]): Should the frozen parameters be
src/george/modeling.py:190
↓ 16 callers
Method
set_axis
Axes specification.
src/george/include/george/metrics.h:55
↓ 14 callers
Method
compute
Pre-compute the covariance matrix and factorize it for a set of times and uncertainties. :param x: ``(nsamples,)`` or ``(nsa
src/george/gp.py:303
↓ 13 callers
Method
__init__
(self, k1, k2)
src/george/kernels.py:208
↓ 13 callers
Method
size
Parameter vector spec.
templates/kernels.h:38
↓ 12 callers
Method
get_ndim
templates/kernels.h:39
↓ 12 callers
Method
get_parameter
src/george/include/george/kernels.h:37
↓ 12 callers
Method
set_axis
src/george/include/george/kernels.h:647
↓ 12 callers
Method
x1_gradient
src/george/include/george/kernels.h:94
↓ 11 callers
Method
get_value
A synonym for :func:`GP.log_likelihood` provided for consistency with the modeling protocol.
src/george/gp.py:621
↓ 10 callers
Method
ndim
src/george/kernel_interface.cpp:18
↓ 10 callers
Method
set_parameter
src/george/include/george/kernels.h:60
↓ 10 callers
Method
solve
src/george/include/george/hodlr.h:108
↓ 10 callers
Method
value
templates/kernels.h:82
↓ 9 callers
Method
get_value
(self, x)
tests/test_modeling.py:67
↓ 9 callers
Method
predict
Compute the conditional predictive distribution of the model. You must call :func:`GP.compute` before this function. :param
src/george/gp.py:482
↓ 8 callers
Method
ExpSine2Kernel
src/george/include/george/kernels.h:1478
↓ 8 callers
Method
LinearKernel
src/george/include/george/kernels.h:184
↓ 8 callers
Function
build_kernel
(metric, **more)
tests/test_kernels.py:95
↓ 8 callers
Method
gradient
src/george/include/george/kernels.h:81
↓ 7 callers
Method
_call_mean
(self, x)
src/george/gp.py:149
↓ 7 callers
Function
check_gradient
(obj, *args, **kwargs)
src/george/utils.py:71
↓ 7 callers
Method
get_gradient
A synonym for :func:`GP.grad_log_likelihood` provided for consistency with the modeling protocol.
src/george/gp.py:629
↓ 7 callers
Function
test_kernel
(kernel, N=20, seed=123, eps=1.32e-6)
tests/test_kernels.py:66
↓ 7 callers
Function
test_x_gradient_kernel
(kernel, N=20, seed=123, eps=1.32e-6)
tests/test_kernels.py:74
↓ 6 callers
Method
apply_inverse
src/george/solvers/_hodlr.cpp:97
↓ 6 callers
Method
freeze_all_parameters
Freeze all parameters of the model
src/george/modeling.py:290
↓ 6 callers
Method
get_matrix
Get the covariance matrix at a given set or two of independent coordinates. :param x1: ``(nsamples,)`` or ``(nsamples, ndim)
src/george/gp.py:602
↓ 6 callers
Method
get_value
(self, x1, x2=None, diag=False)
src/george/kernels.py:102
↓ 6 callers
Method
get_value
src/george/include/george/kernels.h:651
↓ 6 callers
Method
recompute
Re-compute a previously computed model. You might want to do this if the kernel parameters change and the kernel is labeled as ``dirt
src/george/gp.py:339
↓ 6 callers
Method
set_metric_parameter
src/george/include/george/kernels.h:640
↓ 5 callers
Method
PolynomialKernel
src/george/include/george/kernels.h:2240
↓ 5 callers
Method
_check_dimensions
(self, y, check_dim=True)
src/george/gp.py:251
↓ 5 callers
Method
apply_inverse
Self-consistently apply the inverse of the computed kernel matrix to some vector or matrix of samples. This method subtracts the mean
src/george/gp.py:277
↓ 5 callers
Method
log_prior
Compute the log prior probability of the current parameters
src/george/modeling.py:323
↓ 5 callers
Method
parse_samples
Parse a list of samples to make sure that it has the correct dimensions. :param t: ``(nsamples,)`` or ``(nsamples, ndim)``
src/george/gp.py:223
↓ 4 callers
Method
CosineKernel
src/george/include/george/kernels.h:1110
↓ 4 callers
Method
LocalGaussianKernel
src/george/include/george/kernels.h:804
↓ 4 callers
Method
_apply_to_parameter
(self, func, name, *args)
src/george/modeling.py:434
↓ 4 callers
Method
get_ndim
src/george/include/george/metrics.h:61
↓ 4 callers
Method
get_parameter
templates/kernels.h:41
↓ 4 callers
Method
grad_log_likelihood
Compute the gradient of :func:`GP.log_likelihood` as a function of the parameters returned by :func:`GP.get_parameter_vector`. You mu
src/george/gp.py:406
↓ 4 callers
Method
lnlikelihood
(self, y, quiet=False)
src/george/gp.py:362
↓ 4 callers
Method
log_likelihood
Compute the logarithm of the marginalized likelihood of a set of observations under the Gaussian process model. You must call
src/george/gp.py:369
↓ 4 callers
Method
sample
Draw samples from the prior distribution. :param t: ``(ntest, )`` or ``(ntest, ndim)`` (optional) The coordinates where
src/george/gp.py:569
↓ 4 callers
Method
value
src/george/kernel_interface.cpp:20
↓ 4 callers
Method
x1_gradient
templates/kernels.h:98
↓ 3 callers
Method
ConstantKernel
src/george/include/george/kernels.h:1683
↓ 3 callers
Method
DotProductKernel
src/george/include/george/kernels.h:2417
↓ 3 callers
Method
_compute_alpha
(self, y, cache)
src/george/gp.py:260
↓ 3 callers
Function
_custom_forward_sub
Warning: Herein lie custom Cholesky functions. Use at your own risk!
src/george/include/george/metrics.h:144
↓ 3 callers
Method
get_parameter_bounds
Get a list of the parameter bounds Args: include_frozen (Optional[bool]): Should the frozen parameters be
src/george/modeling.py:205
↓ 3 callers
Method
gradient
templates/kernels.h:85
↓ 3 callers
Method
gradient
src/george/kernel_interface.cpp:21
↓ 3 callers
Function
lnprob
(p, x, y, yerr, **kwargs)
tests/test_tutorial.py:30
↓ 3 callers
Method
size
src/george/kernel_interface.cpp:19
↓ 3 callers
Method
thaw_all_parameters
Thaw all parameters of the model
src/george/modeling.py:294
↓ 2 callers
Method
RationalQuadraticKernel
src/george/include/george/kernels.h:364
↓ 2 callers
Method
__add__
(self, b)
src/george/kernels.py:83
↓ 2 callers
Method
__init__
( self, kernel=None, fit_kernel=True, mean=None, fit_mean=None,
src/george/gp.py:63
↓ 2 callers
Method
__mul__
(self, b)
src/george/kernels.py:92
↓ 2 callers
Method
_call_white_noise
(self, x)
src/george/gp.py:195
↓ 2 callers
Function
_general_metric
(metric, N=100, ndim=3)
tests/test_metrics.py:40
↓ 2 callers
Method
_get_name
(self, name_or_index)
src/george/modeling.py:140
↓ 2 callers
Function
_parse_model
(model)
src/george/gp.py:638
↓ 2 callers
Function
_test_solver
(Solver, N=300, seed=1234, **kwargs)
tests/test_solvers.py:29
↓ 2 callers
Method
compute
src/george/include/george/hodlr.h:75
↓ 2 callers
Method
compute_gradient
Compute the "gradient" of the model for the current parameters The default implementation computes the gradients numerically using
src/george/modeling.py:107
↓ 2 callers
Method
freeze_parameter
Freeze a parameter by name Args: name: The name of the parameter
src/george/modeling.py:268
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:198
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:390
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:628
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:818
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:1006
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:1122
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:1296
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:1492
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:1695
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:1867
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:2061
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:2254
↓ 2 callers
Method
get_ndim
src/george/include/george/kernels.h:2427
↓ 2 callers
Method
get_parameter_dict
Get an ordered dictionary of the parameters Args: include_frozen (Optional[bool]): Should the frozen parameters be
src/george/modeling.py:176
↓ 2 callers
Method
get_value
Compute the "value" of the model for the current parameters This method should be overloaded by subclasses to implement the actual
src/george/modeling.py:97
↓ 2 callers
Method
get_x1_gradient
(self, x1, x2=None)
src/george/kernels.py:129
↓ 2 callers
Method
get_x2_gradient
(self, x1, x2=None)
src/george/kernels.py:137
↓ 2 callers
Function
multivariate_gaussian_samples
Generate samples from a multidimensional Gaussian with a given covariance. :param matrix: ``(k, k)`` The covariance matrix. :pa
src/george/utils.py:11
↓ 2 callers
Function
parse_kernel_spec
src/george/include/george/parser.h:14
↓ 2 callers
Method
set_parameter
templates/kernels.h:64
next →
1–100 of 513, ranked by callers