14.3.9 vari_time_series_statistics

Statistical parameters of time series, using only transits not rejected, see rejected_by_variability column in the VO Table epoch_photometry_url in gaia_source.
Note that NaN will be reported when the parameter value is missing or cannot be calculated.

Columns description:

solution_id : Solution Identifier (long)

All Gaia data processed by the Data Processing and Analysis Consortium comes tagged with a solution identifier. This is a numeric field attached to each table row that can be used to unequivocally identify the version of all the subsystems that where used in the generation of the data as well as the input data used. It is mainly for internal DPAC use but is included in the published data releases to enable end users to examine the provenance of processed data products. To decode a given solution ID visit https://gaia.esac.esa.int/decoder/solnDecoder.jsp

source_id : Unique source identifier (long)

A unique single numerical identifier of the source obtained from gaia_source (for a detailed description see gaia_source.source_id)

num_selected_g_fov : Total number of G FOV transits selected for variability analysis (int, Dimensionless[see description])

The number of processed observations for variability analyses of this source, using only transits not rejected, see rejected_by_variability column in the VO Table epoch_photometry_url in gaia_source.

mean_obs_time_g_fov : Mean observation time for G FoV transits (double, Time[Barycentric JD in TCB - 2455197.5 (day)])

Name: The mean observation time

Control parameters: None

Output: Let yi be a time series of size N at times ti. The mean t¯ is defined as

t¯=1Ni=1Nti. (14.6)

time_duration_g_fov : Time duration of the time series for G FoV transits (double, Time[day])

Name: The time duration of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The time duration of the time series is equal to tN-t1.

min_mag_g_fov : Minimum G FoV magnitude (double, Magnitude[mag])

Name: The minimum value of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The minimum value of the time series is defined as:

min(yi)i(1,N) (14.7)

max_mag_g_fov : Maximum G FoV magnitude (double, Magnitude[mag])

Name: The maximum value of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The maximum value of the time series is defined as:

max(yi)i(1,N) (14.8)

mean_mag_g_fov : Mean G FoV magnitude (double, Magnitude[mag])

Name: The mean of the time series

Control parameters: None

Output: Let yi be a time series of size N. The mean y¯ is defined as

y¯=1Ni=1Nyi. (14.9)

median_mag_g_fov : Median G FoV magnitude (double, Magnitude[mag])

Name: The median of the time series

Control parameters: None

Output: The 50th percentile unweighted value.

Let yi be a time series of size N ordered such as y(1)y(2)y(N). The m-th (per cent) percentile Pm is defined for 0<m100 as follows:

Pm={y(1)if 0<m<100/N,y(i)if Nm/100-i=0,y(i+1)otherwise. (14.10)

range_mag_g_fov : Difference between the highest and lowest G FoV magnitudes (double, Magnitude[mag])

Name: The range of the time series

Control parameters: None

Output: Let yi be a time series, ymax its largest element, and ymin its smallest element, then the range is defined as

R=ymax-ymin (14.11)

std_dev_mag_g_fov : Square root of the unweighted G FoV magnitude variance (double, Magnitude[mag])

Name: The square root of the unbiased unweighted variance.

Output: Let yi be a time series of size N. The unweighted standard deviation σ^ is defined as the square root of the sample-size unbiased unweighted variance:

σ^=1N-1i=1N(yi-y¯)2.

skewness_mag_g_fov : Standardized unweighted G FoV magnitude skewness (double, Dimensionless[see description])

Name: The standardised unbiased unweighted skewness.

Output: Let yi be a time series of size N>2. The sample-size unbiased unweighted skewness moment is defined as:

=N(N-1)(N-2)i=1N(yi-y¯)3.

The standardized unbiased skewness E is defined as:

E=σ^3

where σ^ is the square root of the unbiased unweighted variance around the unweighted mean. While is an unbiased estimate of the population value, E becomes unbiased in the limit of large N.

kurtosis_mag_g_fov : Standardized unweighted G FoV magnitude kurtosis (double, Dimensionless[see description])

Name: The standardised unbiased unweighted kurtosis.

Output: Let yi be a time series of size N>3. The sample-size unbiased unweighted kurtosis cumulant 𝒦 is defined as:

𝒦=N(N+1)(N-1)(N-2)(N-3)i=1N(yi-y¯)4-3(N-2)(N-3)[i=1N(yi-y¯)2]2.

The standardized unbiased kurtosis K is defined as:

K=𝒦σ^4

where σ^2 is the unbiased unweighted variance around the unweighted mean. While 𝒦 is an unbiased estimate of the population value, K becomes unbiased in the limit of large N.

mad_mag_g_fov : Median Absolute Deviation (MAD) for G FoV transits (double, Magnitude[mag])

Name: The Median Absolute Deviation (MAD)

Control parameters: None

Output: Let yi be a time series of size N. The MAD is defined as the median of the absolute deviations from the median of the data, scaled by a factor of 1/Φ-1(3/4)1.4826 (where Φ-1 is the inverse of the cumulative distribution function for the standard normal distribution), so that the expectation of the scaled MAD at large N equals the standard deviation of a normal distribution:

MAD=1.4826median{|yi-median{yj,j(1,N)}|,i(1,N)}. (14.12)

abbe_mag_g_fov : Abbe value for G FoV transits (double, Dimensionless[see description])

Name: The Abbe value

Control parameters: None

Output: Let {ti,yi} be a time-sorted time series of size N, such that ti<ti+1 for all i<N. The Abbe value 𝒜 is defined as

𝒜=i=1N-1(yi+1-yi)22i=1N(yi-y¯)2 (14.13)

where y¯ is the unweighted mean.

iqr_mag_g_fov : Interquartile range for G FoV transits (double, Magnitude[mag])

Name: The Interquartile Range (IQR)

Control parameters: None

Output: The difference between the (unweighted) 75th and 25th percentile values: IQR=P75-P25.

Let yi be a time series of size N ordered such as y(1)y(2)y(N). The m-th (per cent) percentile Pm is defined for 0<m100 as follows:

Pm={y(1)if 0<m<100/N,y(i)if Nm/100-i=0,y(i+1)otherwise. (14.14)

num_selected_bp : Total number of BP observations selected for variability analysis (int, Dimensionless[see description])

The number of processed observations for variability analyses of this source, using only transits not rejected, see rejected_by_variability column in the VO Table epoch_photometry_url in gaia_source.

mean_obs_time_bp : Mean observation time for BP observations (double, Time[Barycentric JD in TCB - 2455197.5 (day)])

Name: The mean observation time

Control parameters: None

Output: Let yi be a time series of size N at times ti. The mean t¯ is defined as

t¯=1Ni=1Nti. (14.15)

time_duration_bp : Time duration of the BP time series (double, Time[day])

Name: The time duration of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The time duration of the time series is equal to tN-t1.

min_mag_bp : Minimum BP magnitude (double, Magnitude[mag])

Name: The minimum value of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The minimum value of the time series is defined as:

min(yi)i(1,N) (14.16)

max_mag_bp : Maximum BP magnitude (double, Magnitude[mag])

Name: The maximum value of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The maximum value of the time series is defined as:

max(yi)i(1,N) (14.17)

mean_mag_bp : Mean BP magnitude (double, Magnitude[mag])

Name: The mean of the time series

Control parameters: None

Output: Let yi be a time series of size N. The mean y¯ is defined as

y¯=1Ni=1Nyi. (14.18)

median_mag_bp : Median BP magnitude (double, Magnitude[mag])

Name: The median of the time series

Control parameters: None

Output: The 50th unweighted percentile value.

Let yi be a time series of size N ordered such as y(1)y(2)y(N). The m-th (per cent) percentile Pm is defined for 0<m100 as follows:

Pm={y(1)if 0<m<100/N,y(i)if Nm/100-i=0,y(i+1)otherwise. (14.19)

range_mag_bp : Difference between the highest and lowest BP magnitudes (double, Magnitude[mag])

Name: The range of the time series

Control parameters: None

Output: Let yi be a time series, ymax its largest element, and ymin its smallest element, then the range is defined as

R=ymax-ymin (14.20)

std_dev_mag_bp : Square root of the unweighted BP magnitude variance (double, Magnitude[mag])

Name: The square root of the unbiased unweighted variance.

Output: Let yi be a time series of size N. The unweighted standard deviation σ^ is defined as the square root of the sample-size unbiased unweighted variance:

σ^=1N-1i=1N(yi-y¯)2.

skewness_mag_bp : Standardized unweighted BP magnitude skewness (double, Dimensionless[see description])

Name: The standardised unbiased unweighted skewness.

Output: Let yi be a time series of size N>2. The sample-size unbiased unweighted skewness moment is defined as:

=N(N-1)(N-2)i=1N(yi-y¯)3.

The standardized unbiased skewness E is defined as:

E=σ^3

where σ^ is the square root of the unbiased unweighted variance around the unweighted mean. While is an unbiased estimate of the population value, E becomes unbiased in the limit of large N.

kurtosis_mag_bp : Standardized unweighted BP magnitude kurtosis (double, Dimensionless[see description])

Name: The standardised unbiased unweighted kurtosis.

Output: Let yi be a time series of size N>3. The sample-size unbiased unweighted kurtosis cumulant 𝒦 is defined as:

𝒦=N(N+1)(N-1)(N-2)(N-3)i=1N(yi-y¯)4-3(N-2)(N-3)[i=1N(yi-y¯)2]2.

The standardized unbiased kurtosis K is defined as:

K=𝒦σ^4

where σ^2 is the unbiased unweighted variance around the unweighted mean. While 𝒦 is an unbiased estimate of the population value, K becomes unbiased in the limit of large N.

mad_mag_bp : Median Absolute Deviation (MAD) for BP observations (double, Magnitude[mag])

Name: The Median Absolute Deviation (MAD)

Control parameters: None

Output: Let yi be a time series of size N. The MAD is defined as the median of the absolute deviations from the median of the data, scaled by a factor of 1/Φ-1(3/4)1.4826 (where Φ-1 is the inverse of the cumulative distribution function for the standard normal distribution), so that the expectation of the scaled MAD at large N equals the standard deviation of a normal distribution:

MAD=1.4826median{|yi-median{yj,j(1,N)}|,i(1,N)}. (14.21)

abbe_mag_bp : Abbe value for BP observations (double, Dimensionless[see description])

Name: The Abbe value

Control parameters: None

Output: Let {ti,yi} be a time-sorted time series of size N, such that ti<ti+1 for all i<N. The Abbe value 𝒜 is defined as

𝒜=i=1N-1(yi+1-yi)22i=1N(yi-y¯)2 (14.22)

where y¯ is the unweighted mean.

iqr_mag_bp : Interquartile BP magnitude range (double, Magnitude[mag])

Name: The Interquartile Range (IQR)

Control parameters: None

Output: The difference between the (unweighted) 75th and 25th percentile values: IQR=P75-P25.

Let yi be a time series of size N ordered such as y(1)y(2)y(N). The m-th (per cent) percentile Pm is defined for 0<m100 as follows:

Pm={y(1)if 0<m<100/N,y(i)if Nm/100-i=0,y(i+1)otherwise. (14.23)

num_selected_rp : Total number of RP observations selected for variability analysis (int, Dimensionless[see description])

The number of processed observations for variability analyses of this source, using only transits not rejected, see rejected_by_variability column in the VO Table epoch_photometry_url in gaia_source.

mean_obs_time_rp : Mean observation time for RP observations (double, Time[Barycentric JD in TCB - 2455197.5 (day)])

Name: The mean observation time

Control parameters: None

Output: Let yi be a time series of size N at times ti. The mean t¯ is defined as

t¯=1Ni=1Nti. (14.24)

time_duration_rp : Time duration of the RP time series (double, Time[day])

Name: The time duration of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The time duration of the time series is equal to tN-t1.

min_mag_rp : Minimum RP magnitude (double, Magnitude[mag])

Name: The minimum value of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The minimum value of the time series is defined as:

min(yi)i(1,N) (14.25)

max_mag_rp : Maximum RP magnitude (double, Magnitude[mag])

Name: The maximum value of the time series

Control parameters: None

Output: Let yi be a time series of size N at times ti, with i=1 to N. The maximum value of the time series is defined as:

max(yi)i(1,N) (14.26)

mean_mag_rp : Mean RP magnitude (double, Magnitude[mag])

Name: The mean of the time series

Control parameters: None

Output: Let yi be a time series of size N. The mean y¯ is defined as

y¯=1Ni=1Nyi. (14.27)

median_mag_rp : Median RP magnitude (double, Magnitude[mag])

Name: The median of the time series

Control parameters: None

Output: The 50th unweighted percentile value.

Let yi be a time series of size N ordered such as y(1)y(2)y(N). The m-th (per cent) percentile Pm is defined for 0<m100 as follows:

Pm={y(1)if 0<m<100/N,y(i)if Nm/100-i=0,y(i+1)otherwise. (14.28)

range_mag_rp : Difference between the highest and lowest RP magnitudes (double, Magnitude[mag])

Name: The range of the time series

Control parameters: None

Output: Let yi be a time series, ymax its largest element, and ymin its smallest element, then the range is defined as

R=ymax-ymin (14.29)

std_dev_mag_rp : Square root of the unweighted RP magnitude variance (double, Magnitude[mag])

Name: The square root of the unbiased unweighted variance.

Output: Let yi be a time series of size N. The unweighted standard deviation σ^ is defined as the square root of the sample-size unbiased unweighted variance:

σ^=1N-1i=1N(yi-y¯)2.

skewness_mag_rp : Standardized unweighted RP magnitude skewness (double, Dimensionless[see description])

Name: The standardised unbiased unweighted skewness.

Output: Let yi be a time series of size N>2. The sample-size unbiased unweighted skewness moment is defined as:

=N(N-1)(N-2)i=1N(yi-y¯)3.

The standardized unbiased skewness E is defined as:

E=σ^3

where σ^ is the square root of the unbiased unweighted variance around the unweighted mean. While is an unbiased estimate of the population value, E becomes unbiased in the limit of large N.

kurtosis_mag_rp : Standardized unweighted RP magnitude kurtosis (double, Dimensionless[see description])

Name: The standardised unbiased unweighted kurtosis.

Output: Let yi be a time series of size N>3. The sample-size unbiased unweighted kurtosis cumulant 𝒦 is defined as:

𝒦=N(N+1)(N-1)(N-2)(N-3)i=1N(yi-y¯)4-3(N-2)(N-3)[i=1N(yi-y¯)2]2.

The standardized unbiased kurtosis K is defined as:

K=𝒦σ^4

where σ^2 is the unbiased unweighted variance around the unweighted mean. While 𝒦 is an unbiased estimate of the population value, K becomes unbiased in the limit of large N.

mad_mag_rp : Median Absolute Deviation (MAD) for RP observations (double, Magnitude[mag])

Name: The Median Absolute Deviation (MAD)

Control parameters: None

Output: Let yi be a time series of size N. The MAD is defined as the median of the absolute deviations from the median of the data, scaled by a factor of 1/Φ-1(3/4)1.4826 (where Φ-1 is the inverse of the cumulative distribution function for the standard normal distribution), so that the expectation of the scaled MAD at large N equals the standard deviation of a normal distribution:

MAD=1.4826median{|yi-median{yj,j(1,N)}|,i(1,N)}. (14.30)

abbe_mag_rp : Abbe value for RP observations (double, Dimensionless[see description])

Name: The Abbe value

Control parameters: None

Output: Let {ti,yi} be a time-sorted time series of size N, such that ti<ti+1 for all i<N. The Abbe value 𝒜 is defined as

𝒜=i=1N-1(yi+1-yi)22i=1N(yi-y¯)2 (14.31)

where y¯ is the unweighted mean.

iqr_mag_rp : Interquartile RP magnitude range (double, Magnitude[mag])

Name: The Interquartile Range (IQR)

Control parameters: None

Output: The difference between the (unweighted) 75th and 25th percentile values: IQR=P75-P25.

Let yi be a time series of size N ordered such as y(1)y(2)y(N). The m-th (per cent) percentile Pm is defined for 0<m100 as follows:

Pm={y(1)if 0<m<100/N,y(i)if Nm/100-i=0,y(i+1)otherwise. (14.32)