Usage

Prerequisites

Python:If you are not familiar with Python, please read the Python documentation.
Numpy:

Some quick guides to NumPy:

About this Tutorial

This tutorial aims to give an introduction to Genome for researchers who are in discrete choice modelling. Many features of this guide are similar to other DCA estimation software and the functionality and capabilities will be somewhat similar. The examples shown in this tutorial is provide a brief overview of the basic functions and how to get started writing your own models. The advanced documentation serves as an API reference for users who want to modify the code for their own needs or implement new features.

The goals of this tutorial are as follows:

  • Help users understand the basic function and methods
  • To be easy to follow and give insightful examples to help readers to learn the library
  • Allow users to write their own models

Feedback on this tutorial are welcomed.