cuqi.sampler.HybridGibbs.sample# HybridGibbs.sample(Ns, Nt=1)[source]# Sample from the joint distribution using Gibbs sampling Parameters: Ns (int) – The number of samples to draw. Nt (int, optional, default=1) – The thinning interval. If Nt >= 1, every Nt’th sample is stored. The larger Nt, the fewer samples are stored.