jax_privacy.matrix_factorization.toeplitz.optimal_max_error_noising_coefs

jax_privacy.matrix_factorization.toeplitz.optimal_max_error_noising_coefs(n)[source]

Returns the coefs of the optimal Toeplitz noise matrix for max error.

Parameters:

n (int) – The number of coefficients to return.

Return type:

Array

Returns:

The coefficients of the lower-triangular Toeplitz matrix C^{-1} that is the inverse of the matrix returned by optimal_max_error_strategy_coefs.