aboutsummaryrefslogtreecommitdiff
path: root/src/nll_distsamp.h
blob: 8bb31e37b803ae19c0861f65dd1447ffa5495a8d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _UNMARKED_NLL_DISTSAMP_H
#define _UNMARKED_NLL_DISTSAMP_H

#include <Rcpp.h>
#include <float.h>
#include "detfuns.h"

RcppExport SEXP nll_distsamp( SEXP y_, SEXP lam_, SEXP sig_, SEXP scale_, SEXP a_, SEXP u_, SEXP w_, SEXP db_, SEXP keyfun_, SEXP survey_, SEXP reltol_ ) ;

#endif