stheno.mo.mean module

class stheno.mo.mean.MultiOutputMean(measure, *ps)[source]

Bases: mlkernels.mean.Mean

A generic multi-output mean.

Parameters
measure

Measure to take the means from.

Type

stheno.model.measure.Measure

ps

Processes that make up the multi-valued process.

Type

tuple[stheno.model.gp.GP]

render(formatter)[source]

Render the element.

This is the lowest-level operation in pretty printing an element, and should produce a string representation of the element. This method should be implemented to determine how to render a custom element.

Parameters

formatter (elements, optional) – Function to format values.

Returns

Rendering of the element.

Return type

str