entries_derivatives_kind ======================== .. py:function:: t3toolbox.backend.fitting.entries_derivatives_kind(order, weight = None) .. code-block:: python def entries_derivatives_kind( order: int, weight: typ.Optional[typ.Any] = None, # ORDER-only residual weight ω, (order+1,); None = 1 ) -> SamplingKind: # sample = (index, pp); data = (order+1)+W The **entries-derivatives** sampling kind: like :py:func:`apply_derivatives_kind` but at integer grid points. ``sample = (index, pp)``. Order-only ``weight`` (no mode axis -- mode weighting is probe-only).