Ejemplo n.º 1
0
 def __init__(self, a, b, ssr, N):
     LineFit.__init__(self, a, b, ssr, N)
Ejemplo n.º 2
0
    def __str__(self):
        header = '''
Weighted Least-Squares Results:
'''
        return header + LineFit.__str__(self)
Ejemplo n.º 3
0
    def __str__(self):
        header = '''
Ordinary Least-Squares Results:
'''
        return header + LineFit.__str__(self)