mapgd
0.4
A program for the Maximum-likelihood analysis of population genomic data.
Main Page
Related Pages
Modules
Data Structures
Files
File List
All
Data Structures
Functions
Variables
Friends
Groups
Pages
mapgd_0.4
commands
estimate_individual.h
1
#ifndef _ESTIMATE_INDIVIDUAL_H_
2
#define _ESTIMATE_INDIVIDUAL_H_
3
4
#include <stdio.h>
5
#include <math.h>
6
#include <sys/types.h>
7
#include <stdlib.h>
8
9
#include <iostream>
10
#include <iomanip>
11
#include <ctime>
12
13
#include <algorithm>
14
#include <functional>
15
16
#include "interface.h"
17
#include "map_file.h"
18
#include "individual_likelihood.h"
19
#include "likelihood.h"
20
#include "genotype.h"
21
#include "sample_gof.h"
22
#include "locus.h"
23
24
#ifndef NOOMP
25
#include <omp.h>
26
#endif
27
28
#ifdef MPI
29
#include <ciso646>
30
#include <mpi.h>
31
#endif
32
33
int
estimateInd(
int
,
char
**);
34
Allele
estimate (
Locus
&site,
models
&model, std::vector<float_t> &gofs,
const
count_t &MIN,
const
float_t &EMLMIN,
const
float_t &MINGOF,
const
size_t
&MAXPITCH);
35
36
#endif
models
Definition:
models.h:21
Locus
Definition:
locus.h:14
Allele
Summary statistics from the allele command.
Definition:
allele.h:19
Generated on Mon Oct 1 2018 13:55:19 for mapgd by
1.8.6