You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/users/overview.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ representation of financial time-series, which can be compared against each
101
101
other, using the common reference and for which the concept of the work-week
102
102
applies.
103
103
104
-
However, because most often the absolute calender time of the occurence of
104
+
However, because most often the absolute calendar time of the occurrence of
105
105
events in an experiment is of no importance, we can disregard it. Rather, the
106
106
comparison of the time progression of data in different experiments conducted
107
107
in different calendar times (different days, different times in the same day)
@@ -142,7 +142,7 @@ For the time being, there are two types of Time classes: :ref:`TimeArray` and :r
142
142
:class:`TimeArray`
143
143
-------------------
144
144
145
-
This class has less restrictions on it: it is made of an 1-d array, which contains time-points that are not neccesarily ordered. It can also contain several copies of the same time-point. This class can be used in order to represent sparsely occuring events, measured at some unspecified sampling rate and possibly collected from several different channels, where the data is sampled in order of channel and not in order of time. As in the case of the :class:`np.ndarray`. This representation of time carries, in addition to the array itself an attribute :attr:`time_unit`, which is the unit in which we would like to present the time-points (recall that the underlying representation is always in the base-unit).
145
+
This class has less restrictions on it: it is made of an 1-d array, which contains time-points that are not necessarily ordered. It can also contain several copies of the same time-point. This class can be used in order to represent sparsely occurring events, measured at some unspecified sampling rate and possibly collected from several different channels, where the data is sampled in order of channel and not in order of time. As in the case of the :class:`np.ndarray`. This representation of time carries, in addition to the array itself an attribute :attr:`time_unit`, which is the unit in which we would like to present the time-points (recall that the underlying representation is always in the base-unit).
146
146
147
147
.. _UniformTime:
148
148
@@ -229,10 +229,10 @@ contains several attributes:
229
229
---------------
230
230
231
231
This is an object which represents a collection of events. For example, this
232
-
can represent discrete button presses occuring during an experiment. This
232
+
can represent discrete button presses occurring during an experiment. This
233
233
object contains a :ref:`TimeArray` as its representation of time. This means
234
234
that the events recorded in the :attr:`data` array can be organized
235
-
according to any organizing principle you would want, not neccesarily according
235
+
according to any organizing principle you would want, not necessarily according
236
236
to their organization or order in time. For example, if events are read from
237
237
different devices, the order of the events in the data array can be arbitrarily
238
238
chosen to be the order of the devices from which data is read.
0 commit comments