generator | title | viewport |
---|---|---|
pandoc |
Gibbs sampling |
width=device-width, initial-scale=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATE | NASDAQCOM | |
---|---|---|
2012-01-03 | 2648.72 | |
2012-01-04 | 2648.36 | |
2012-01-05 | 2669.86 | |
2012-01-06 | 2674.22 | |
2012-01-09 | 2676.56 | |
2012-01-10 | 2702.50 | |
2012-01-11 | 2710.76 | |
2012-01-12 | 2724.70 | |
2012-01-13 | 2710.67 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Plot white noise with added sinusoidal signal | |
""" | |
import numpy as np | |
import matplotlib.pyplot as plt | |
import sys | |
import h5py | |
fs = 4096 # sampling rate [Hz] | |
T = 4 # duration [s] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' Hellwig's method for choosing subset of independet variables | |
#' | |
#' Hellwig's method selects a subset of independent variables in a linear | |
#' regression model based on their correlations with some dependent variable as | |
#' well as correlations between themselves. The goal is to select a subset of | |
#' variables which are fairly independent from each other but highly correlated | |
#' with the dependent variable. | |
#' | |
#' Given \eqn{m} independent variables Hellwig's method consists of evaluating | |
#' all \eqn{2^m - 1} combinations using the following steps: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
generator: pandoc | |
title: Gibbs sampling | |
viewport: 'width=device-width, initial-scale=1' | |
--- | |
::: {.container-fluid .main-container} | |
::: {#header .fluid-row} | |
Gibbs sampling {#gibbs-sampling .title .toc-ignore} | |
============== |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: UTF-8 -*- | |
import warnings | |
import numpy as np | |
import pandas as pd | |
import sys | |
__author__ = "Mohsen Mesgarpour" | |
__copyright__ = "Copyright 2016, https://github.com/mesgarpour" | |
__credits__ = ["Mohsen Mesgarpour"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FIPS_code | County | State | unemployment | |
---|---|---|---|---|
01001 | Autauga County | Alabama | 5.9 | |
01003 | Baldwin County | Alabama | 6.1 | |
01005 | Barbour County | Alabama | 10.5 | |
01007 | Bibb County | Alabama | 7.2 | |
01009 | Blount County | Alabama | 6.1 | |
01011 | Bullock County | Alabama | 8.8 | |
01013 | Butler County | Alabama | 8.5 | |
01015 | Calhoun County | Alabama | 8.0 | |
01017 | Chambers County | Alabama | 6.7 |
NewerOlder