powered by
Estimate hyperparameters for model using empirical Bayes.
estimate.hyper(dl, sigma.tau = 0.5, length.scale = NULL, model.name = "exact", adjust.cell.sizes = TRUE)
de.lorean object
Noise s.d. in temporal dimension, that is prior s.d. for tau
Length scale for stationary GP covariance function. Defaults to the range of the observed capture times.
The model's name:
'exact': The model without a low rank approximation that does not estimate the cell sizes.
'exactsizes': The model without a low rank approximation that does estimate the cell sizes.
'lowrank': Low rank approximation to the 'exact' model.
'lowranksizes': Low rank approximation to the 'exactsizes' model.
Adjust by the cell sizes for better estimates of the hyperparameters
# NOT RUN { data(WindramDeLorean) dl <- de.lorean(windram.expr, windram.gene.meta, windram.cell.meta) dl <- estimate.hyper(dl) # }
Run the code above in your browser using DataLab