Skip to content
Permalink
e8980d5831
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (7 sloc) 214 Bytes
import numpy
differences=[471,568,520,534,501,499]
n=2205
pdistances=[differences[i]/n for i in range(6)]
jcdistances=[-3/4*log(1-4/3*pdistances[i]) for i in range(6)]
print pdistances
print jcdistances