statalign.utils
Interface LinkFunction<T>

All Known Implementing Classes:
LinearLink, QuadraticLink

public interface LinkFunction<T>


Method Summary
 T f(T t)
           
 

Method Detail

f

T f(T t)