skip to main content

gaia focused product release documentation

2.1 Focused product release

2.1.12 vari_rad_vel_statistics

Statistical parameters of radial velocity time series using only transits retained and not rejected (see the relevant rejection flag in the epoch radial velocity variability table).
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 were 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 the Gaia DR3 main source catalogue (for a detailed description see gaiadr3.gaia_source.source_id).

num_selected_rv : Total number of radial velocity transits selected for variability analysis (short)

The number of processed observations for variability analyses of this source, using only transits not rejected, see rejected_by_variability column in vari_epoch_radial_velocity.

mean_obs_time_rv : Mean observation time for radial velocity transits (double, Time[Barycentric JD in TCB  2 455 197.5 (day)])

Name: The mean observation time

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

t¯=1Ni=1Nti.

time_duration_rv : Time duration of the time series for radial velocity transits (float, Time[day])

Name: The time duration of the time series

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 tNt1.

min_rv : Minimum radial velocity (float, Velocity[km s1])

Name: The minimum value of the time series

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)

max_rv : Maximum radial velocity (float, Velocity[km s1])

Name: The maximum value of the time series

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)

mean_rv : Mean radial velocity (float, Velocity[km s1])

Name: The mean of the time series

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

y¯=1Ni=1Nyi.

median_rv : Median radial velocity (float, Velocity[km s1])

Name: The median of the time series

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/100i=0,y(i+1)otherwise.

range_rv : Difference between the highest and lowest radial velocity transits (float, Velocity[km s1])

Name: The range of the time series

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

R=ymaxymin

std_dev_rv : Square root of the unweighted radial velocity variance (float, Velocity[km s1])

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:

σ^=1N1i=1N(yiy¯)2.

skewness_rv : Standardized unweighted radial velocity skewness (float)

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(N1)(N2)i=1N(yiy¯)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_rv : Standardized unweighted radial velocity kurtosis (float)

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)(N1)(N2)(N3)i=1N(yiy¯)43(N2)(N3)[i=1N(yiy¯)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_rv : Median Absolute Deviation (MAD) for radial velocity transits (float, Velocity[km s1])

Name: The Median Absolute Deviation (MAD)

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{|yimedian{yj,j(1,N)}|,i(1,N)}.

abbe_rv : Abbe value for radial velocity transits (float)

Name: The Abbe value

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=1N1(yi+1yi)22i=1N(yiy¯)2

where y¯ is the unweighted mean.

iqr_rv : Interquartile range for radial velocity transits (float, Velocity[km s1])

Name: The Interquartile Range (IQR)

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

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/100i=0,y(i+1)otherwise.