![]() |
MaCh3
2.4.2
Reference Guide
|
#include "Fitters/gpuMCMCProcessorUtils.cuh"Go to the source code of this file.
Functions | |
| __global__ void | EvalOnGPU_AutoCorr (const float *__restrict__ ParStep_gpu, const float *__restrict__ ParamSums_gpu, float *NumeratorSum_gpu, float *DenomSum_gpu) |
| Eval autocorrelations based on Box and Jenkins. More... | |
Variables | |
| __device__ __constant__ int | d_nLag |
| __device__ __constant__ int | d_nDraws |
| __device__ __constant__ int | d_nEntries |
| __global__ void EvalOnGPU_AutoCorr | ( | const float *__restrict__ | ParStep_gpu, |
| const float *__restrict__ | ParamSums_gpu, | ||
| float * | NumeratorSum_gpu, | ||
| float * | DenomSum_gpu | ||
| ) |
Eval autocorrelations based on Box and Jenkins.
| ParStep_gpu | Parameter value at each step |
| NumeratorSum_gpu | Sum used for nominator of autocorrelation calculations |
| ParamSums_gpu | Overall sum for each parameter over all steps |
| DenomSum_gpu | Sum used for denominator of autocorrelation calculations |
Definition at line 109 of file gpuMCMCProcessorUtils.cu.
| __device__ __constant__ int d_nDraws |
Definition at line 9 of file gpuMCMCProcessorUtils.cu.
| __device__ __constant__ int d_nEntries |
Definition at line 10 of file gpuMCMCProcessorUtils.cu.
| __device__ __constant__ int d_nLag |
Definition at line 8 of file gpuMCMCProcessorUtils.cu.