Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
ComputationalFitness
Symbols
FITExport
FITFileType
FITImport
FitnessData
$FITMessageDefinitions
RickHennigan`ComputationalFitness`
F
I
T
E
x
p
o
r
t
F
I
T
E
x
p
o
r
t
[
f
i
l
e
,
d
a
t
a
]
e
x
p
o
r
t
s
d
a
t
a
t
o
f
i
l
e
i
n
F
I
T
f
o
r
m
a
t
Examples
(
2
)
Basic Examples
(
2
)
Export a
D
a
t
a
s
e
t
to a FIT file:
I
n
[
1
]
:
=
d
a
t
a
=
D
a
t
a
s
e
t
[
W
i
t
h
[
{
t
=
N
o
w
}
,
T
a
b
l
e
[
"
T
i
m
e
s
t
a
m
p
"
t
+
Q
u
a
n
t
i
t
y
[
i
,
"
S
e
c
o
n
d
s
"
]
,
"
D
i
s
t
a
n
c
e
"
Q
u
a
n
t
i
t
y
[
1
0
*
i
,
"
M
e
t
e
r
s
"
]
,
"
A
l
t
i
t
u
d
e
"
Q
u
a
n
t
i
t
y
[
1
0
0
+
5
0
.
0
*
S
i
n
[
i
]
,
"
M
e
t
e
r
s
"
]
,
{
i
,
1
0
0
}
]
]
]
O
u
t
[
1
]
=
T
i
m
e
s
t
a
m
p
D
i
s
t
a
n
c
e
A
l
t
i
t
u
d
e
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
3
1
0
m
1
4
2
.
0
7
4
m
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
4
2
0
m
1
4
5
.
4
6
5
m
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
5
3
0
m
1
0
7
.
0
5
6
m
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
6
4
0
m
6
2
.
1
5
9
9
m
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
7
5
0
m
5
2
.
0
5
3
8
m
r
o
w
s
1
–
5
o
f
1
0
0
I
n
[
2
]
:
=
F
I
T
E
x
p
o
r
t
[
"
d
a
t
a
.
f
i
t
"
,
d
a
t
a
]
O
u
t
[
2
]
=
F
i
l
e
H
:
\
D
o
c
u
m
e
n
t
s
\
d
a
t
a
.
f
i
t
Import the file with
F
I
T
I
m
p
o
r
t
:
I
n
[
3
]
:
=
F
I
T
I
m
p
o
r
t
[
"
d
a
t
a
.
f
i
t
"
]
O
u
t
[
3
]
=
T
i
m
e
s
t
a
m
p
D
i
s
t
a
n
c
e
A
l
t
i
t
u
d
e
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
4
3
2
.
8
0
8
4
f
t
4
6
5
.
8
7
9
f
t
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
5
6
5
.
6
1
6
8
f
t
4
7
7
.
0
3
4
f
t
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
6
9
8
.
4
2
5
2
f
t
3
5
1
.
0
5
f
t
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
7
1
3
1
.
2
3
4
f
t
2
0
4
.
0
6
8
f
t
M
o
n
1
9
D
e
c
2
0
2
2
1
0
:
0
7
:
5
8
1
6
4
.
0
4
2
f
t
1
7
0
.
6
0
4
f
t
r
o
w
s
1
–
5
o
f
1
0
0
I
n
[
4
]
:
=
D
a
t
e
L
i
s
t
P
l
o
t
F
I
T
I
m
p
o
r
t
[
"
d
a
t
a
.
f
i
t
"
,
"
A
l
t
i
t
u
d
e
"
]
O
u
t
[
4
]
=
Export
T
i
m
e
S
e
r
i
e
s
data to a FIT file:
I
n
[
1
]
:
=
F
I
T
E
x
p
o
r
t
"
t
e
s
t
.
f
i
t
"
,
"
D
i
s
t
a
n
c
e
"
T
i
m
e
S
e
r
i
e
s
T
i
m
e
:
0
3
:
5
6
:
3
2
.
0
0
0
G
M
T
-
5
t
o
0
4
:
2
7
:
5
4
.
0
0
0
G
M
T
-
5
D
a
t
a
p
o
i
n
t
s
:
4
1
9
,
"
A
l
t
i
t
u
d
e
"
T
i
m
e
S
e
r
i
e
s
T
i
m
e
:
0
3
:
5
6
:
3
2
.
0
0
0
G
M
T
-
5
t
o
0
4
:
2
7
:
5
4
.
0
0
0
G
M
T
-
5
D
a
t
a
p
o
i
n
t
s
:
4
1
9
O
u
t
[
1
]
=
F
i
l
e
H
:
\
D
o
c
u
m
e
n
t
s
\
t
e
s
t
.
f
i
t
I
n
[
2
]
:
=
F
I
T
I
m
p
o
r
t
[
%
]
O
u
t
[
2
]
=
T
i
m
e
s
t
a
m
p
D
i
s
t
a
n
c
e
A
l
t
i
t
u
d
e
S
u
n
2
7
N
o
v
2
0
2
2
0
3
:
5
6
:
3
2
0
.
i
n
2
5
3
.
9
3
7
f
t
S
u
n
2
7
N
o
v
2
0
2
2
0
3
:
5
6
:
3
3
0
.
i
n
2
5
3
.
9
3
7
f
t
S
u
n
2
7
N
o
v
2
0
2
2
0
3
:
5
6
:
4
2
0
.
i
n
2
5
3
.
9
3
7
f
t
S
u
n
2
7
N
o
v
2
0
2
2
0
3
:
5
6
:
4
3
2
.
7
2
3
1
f
t
2
5
3
.
9
3
7
f
t
S
u
n
2
7
N
o
v
2
0
2
2
0
3
:
5
6
:
4
6
1
3
.
5
1
7
1
f
t
2
5
3
.
9
3
7
f
t
r
o
w
s
1
–
5
o
f
4
1
9
S
e
e
A
l
s
o
F
I
T
I
m
p
o
r
t
▪
F
I
T
F
i
l
e
T
y
p
e
▪
$
F
I
T
M
e
s
s
a
g
e
D
e
f
i
n
i
t
i
o
n
s
"
"