# Generated by roxygen2: do not edit by hand

S3method(acquisition_onsets,sampling_frame)
S3method(amplitudes,Reg)
S3method(blockids,sampling_frame)
S3method(blocklens,sampling_frame)
S3method(deriv,HRF)
S3method(deriv,SPMG1_HRF)
S3method(deriv,SPMG2_HRF)
S3method(deriv,SPMG3_HRF)
S3method(durations,Reg)
S3method(evaluate,HRF)
S3method(evaluate,Reg)
S3method(evaluate,RegSet)
S3method(global_onsets,sampling_frame)
S3method(hrf_from_coefficients,HRF)
S3method(nbasis,HRF)
S3method(nbasis,Reg)
S3method(neural_input,Reg)
S3method(onsets,Reg)
S3method(penalty_matrix,BSpline_HRF)
S3method(penalty_matrix,Daguerre_HRF)
S3method(penalty_matrix,FIR_HRF)
S3method(penalty_matrix,Fourier_HRF)
S3method(penalty_matrix,HRF)
S3method(penalty_matrix,SPMG2_HRF)
S3method(penalty_matrix,SPMG3_HRF)
S3method(penalty_matrix,Tent_HRF)
S3method(plot,HRF)
S3method(print,Reg)
S3method(print,sampling_frame)
S3method(reconstruction_matrix,HRF)
S3method(samples,sampling_frame)
S3method(shift,Reg)
export(HRF)
export(HRF_BSPLINE)
export(HRF_FIR)
export(HRF_GAMMA)
export(HRF_GAUSSIAN)
export(HRF_SPMG1)
export(HRF_SPMG2)
export(HRF_SPMG3)
export(acquisition_onsets)
export(amplitudes)
export(as_hrf)
export(bind_basis)
export(block_hrf)
export(blockids)
export(blocklens)
export(deriv)
export(durations)
export(empirical_hrf)
export(evaluate)
export(gen_empirical_hrf)
export(gen_hrf)
export(gen_hrf_blocked)
export(gen_hrf_lagged)
export(gen_hrf_library)
export(gen_hrf_set)
export(getHRF)
export(global_onsets)
export(hrf_basis_lwu)
export(hrf_blocked)
export(hrf_bspline)
export(hrf_bspline_generator)
export(hrf_daguerre_generator)
export(hrf_fir_generator)
export(hrf_fourier)
export(hrf_fourier_generator)
export(hrf_from_coefficients)
export(hrf_gamma)
export(hrf_gaussian)
export(hrf_half_cosine)
export(hrf_inv_logit)
export(hrf_lagged)
export(hrf_library)
export(hrf_lwu)
export(hrf_mexhat)
export(hrf_set)
export(hrf_sine)
export(hrf_spmg1)
export(hrf_time)
export(hrf_toeplitz)
export(lag_hrf)
export(list_available_hrfs)
export(make_hrf)
export(nbasis)
export(neural_input)
export(normalise_hrf)
export(onsets)
export(penalty_matrix)
export(reconstruction_matrix)
export(regressor)
export(regressor_design)
export(regressor_set)
export(samples)
export(sampling_frame)
export(shift)
export(single_trial_regressor)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(cli,cli_div)
importFrom(cli,cli_h1)
importFrom(cli,cli_li)
importFrom(cli,cli_text)
importFrom(memoise,memoise)
importFrom(numDeriv,grad)
importFrom(purrr,partial)
importFrom(purrr,pmap)
importFrom(splines,bs)
importFrom(stats,approx)
importFrom(stats,convolve)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,quantile)
useDynLib(fmrihrf, .registration = TRUE)
