TY - DATA T1 - Supplement 1. Visual Basic source code containing the algorithms described in this paper. PY - 2016/08/05 AU - Jon S. Horne AU - Edward O. Garton AU - Stephen M. Krone AU - Jesse S. Lewis UR - https://wiley.figshare.com/articles/dataset/Supplement_1_Visual_Basic_source_code_containing_the_algorithms_described_in_this_paper_/3528272 DO - 10.6084/m9.figshare.3528272.v1 L4 - https://ndownloader.figshare.com/files/5599781 L4 - https://ndownloader.figshare.com/files/5599814 L4 - https://ndownloader.figshare.com/files/5599811 L4 - https://ndownloader.figshare.com/files/5599808 L4 - https://ndownloader.figshare.com/files/5599805 L4 - https://ndownloader.figshare.com/files/5599802 L4 - https://ndownloader.figshare.com/files/5599799 L4 - https://ndownloader.figshare.com/files/5599796 L4 - https://ndownloader.figshare.com/files/5599793 L4 - https://ndownloader.figshare.com/files/5599790 L4 - https://ndownloader.figshare.com/files/5599787 L4 - https://ndownloader.figshare.com/files/5599784 L4 - https://ndownloader.figshare.com/files/5599817 KW - utilization distribution KW - Brownian bridge KW - random walk KW - home range KW - stochastic process KW - resource selection KW - migration KW - road crossings KW - Environmental Science KW - Ecology N2 - File List All files at once BBridgeCode.zip -- zip file containing Visual Basic executable, source code, and example input file. Individual files BrownianBridgeExecutable.exe – Executable Visual Basic program ProjBrownianBridge.vbp.txt – Source code for Visual Basic program ProjBrownianBridge.vbw.txt – Source code for Visual Basic program FrmBBAnalysis.frm.txt – Source code for Visual Basic program FrmGridExtent.frm.txt – Source code for Visual Basic program FrmOpenFileBB.frm.txt – Source code for Visual Basic program FrmSaveASBrownBridge.txt – Source code for Visual Basic program Mod1DMinimization.bas.txt – Source code for Visual Basic program ModFileManagement.bas.txt – Source code for Visual Basic program ModPublicVariablesBB.bas.txt – Source code for Visual Basic program ExampleInput.txt  – Example input file Description BrownianBridgeExeecutable.exe calculates the utilization distribution (i.e., probability function) based on temporally explicit location data. Algorithms are described in the original paper. The user loads a location file containing tab-delimited columns representing the x-coordinate, y-coordinate, and time of each location. The input file should have column headings such as “x-coordinate”, “y-coordinate” and “RunningClock”.  An example input data file, ExampleInput.txt, is available from the file list. Output grid is a text file containing x and y coordinates of the grid along with associated probability-of-occurrence at that grid location. ER -